2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 20:52:28 +00:00
repo/testing/cbindgen/build
2019-08-03 07:40:30 +07:00

6 lines
127 B
Bash
Executable File

#!/bin/sh -e
cargo fetch --locked
cargo build --release --frozen
install -Dm755 target/release/cbindgen "$1/usr/bin/cbindgen"