mirror of
https://codeberg.org/kiss-community/repo
synced 2025-03-12 08:39:56 -06:00
6 lines
Plaintext
6 lines
Plaintext
|
#!/bin/sh -e
|
||
|
|
||
|
cargo fetch --locked
|
||
|
cargo build --release --frozen
|
||
|
install -Dm755 target/release/cbindgen "$1/usr/bin/cbindgen"
|