2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 23:12:28 +00:00
repo/extra/cbindgen/build

6 lines
127 B
Plaintext
Raw Normal View History

2019-08-03 00:40:30 +00:00
#!/bin/sh -e
cargo fetch --locked
cargo build --release --frozen
install -Dm755 target/release/cbindgen "$1/usr/bin/cbindgen"