2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

cbindgen [testing]: bump to 0.13.0

This commit is contained in:
Dylan Araps 2020-01-31 09:36:04 +02:00
parent 0f3103f489
commit f6e43e15e3
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
5 changed files with 14 additions and 0 deletions

10
testing/cbindgen/build Executable file
View File

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

View File

@ -0,0 +1 @@
a5209d148102b2b9bae2b5f8feef8a555307d63799a2fba7c0e52347f7636a6d v0.13.0.tar.gz

1
testing/cbindgen/depends Normal file
View File

@ -0,0 +1 @@
rust make

1
testing/cbindgen/sources Normal file
View File

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

1
testing/cbindgen/version Normal file
View File

@ -0,0 +1 @@
0.13.0 1