mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-17 04:00:14 -07:00
6 lines
127 B
Plaintext
6 lines
127 B
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
cargo fetch --locked
|
||
|
cargo build --release --frozen
|
||
|
install -Dm755 target/release/cbindgen "$1/usr/bin/cbindgen"
|