2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 22:12:27 +00:00
repo/extra/cbindgen/build
2019-08-04 12:35:57 +03:00

6 lines
127 B
Bash
Executable File

#!/bin/sh -e
cargo fetch --locked
cargo build --release --frozen
install -Dm755 target/release/cbindgen "$1/usr/bin/cbindgen"