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

11 lines
147 B
Bash
Executable File

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