2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-03-03 02:49:58 -07:00

cbindgen: new package at 0.9.0

This commit is contained in:
Muhammad Herdiansyah 2019-08-03 07:40:30 +07:00
parent 6e9a8757e4
commit 38bc325426
5 changed files with 9 additions and 0 deletions

5
testing/cbindgen/build Executable file
View File

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

View File

@ -0,0 +1 @@
28ea5a0f99d0c4a8a6bd8a75a017031b0271bec2716ac0e9029d2a65451aacd0 v0.9.0.tar.gz

1
testing/cbindgen/depends Normal file
View File

@ -0,0 +1 @@
cargo make

1
testing/cbindgen/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/eqrion/cbindgen/archive/v0.9.0.tar.gz

1
testing/cbindgen/version Normal file
View File

@ -0,0 +1 @@
0.9.0 1