mirror of
https://codeberg.org/kiss-community/repo
synced 2024-11-16 03:30:23 -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"
|