mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-25 07:36:28 -07:00
cbindgen [testing]: bump to 0.13.0
This commit is contained in:
parent
0f3103f489
commit
f6e43e15e3
10
testing/cbindgen/build
Executable file
10
testing/cbindgen/build
Executable file
@ -0,0 +1,10 @@
|
||||
#!/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 @@
|
||||
a5209d148102b2b9bae2b5f8feef8a555307d63799a2fba7c0e52347f7636a6d v0.13.0.tar.gz
|
1
testing/cbindgen/depends
Normal file
1
testing/cbindgen/depends
Normal file
@ -0,0 +1 @@
|
||||
rust make
|
1
testing/cbindgen/sources
Normal file
1
testing/cbindgen/sources
Normal file
@ -0,0 +1 @@
|
||||
https://github.com/eqrion/cbindgen/archive/v0.13.0.tar.gz
|
1
testing/cbindgen/version
Normal file
1
testing/cbindgen/version
Normal file
@ -0,0 +1 @@
|
||||
0.13.0 1
|
Loading…
Reference in New Issue
Block a user