2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-10 04:40:09 -07:00
repo/testing/cbindgen/build

11 lines
147 B
Plaintext
Raw Normal View History

2020-01-31 00:36:04 -07:00
#!/bin/sh -e
cargo fetch \
--locked
cargo build \
--release \
--frozen
install -Dm755 target/release/cbindgen "$1/usr/bin/cbindgen"