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:
parent
6e9a8757e4
commit
38bc325426
5
testing/cbindgen/build
Executable file
5
testing/cbindgen/build
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh -e
|
||||
|
||||
cargo fetch --locked
|
||||
cargo build --release --frozen
|
||||
install -Dm755 target/release/cbindgen "$1/usr/bin/cbindgen"
|
1
testing/cbindgen/checksums
Normal file
1
testing/cbindgen/checksums
Normal file
@ -0,0 +1 @@
|
||||
28ea5a0f99d0c4a8a6bd8a75a017031b0271bec2716ac0e9029d2a65451aacd0 v0.9.0.tar.gz
|
1
testing/cbindgen/depends
Normal file
1
testing/cbindgen/depends
Normal file
@ -0,0 +1 @@
|
||||
cargo make
|
1
testing/cbindgen/sources
Normal file
1
testing/cbindgen/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/eqrion/cbindgen/archive/v0.9.0.tar.gz
|
1
testing/cbindgen/version
Normal file
1
testing/cbindgen/version
Normal file
@ -0,0 +1 @@
|
||||
0.9.0 1
|
Loading…
Reference in New Issue
Block a user