bindgen: new at 0.69.2

Closes #7.
This commit is contained in:
nitori 2024-01-29 16:02:15 +00:00
parent 3c8b5b0608
commit e3f883010c
Signed by: nitori
GPG Key ID: 5FBB7757BFC813A8
5 changed files with 9 additions and 0 deletions

5
extra/bindgen/build Executable file
View File

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

1
extra/bindgen/checksums Normal file
View File

@ -0,0 +1 @@
d5250eb76eb6b8578b434239c7eb882de6eaa8a7b9719ba4d1591e346dc32306f4

1
extra/bindgen/depends Normal file
View File

@ -0,0 +1 @@
rust make

1
extra/bindgen/sources Normal file
View File

@ -0,0 +1 @@
https://github.com/rust-lang/rust-bindgen/archive/v0.69.2.tar.gz

1
extra/bindgen/version Normal file
View File

@ -0,0 +1 @@
0.69.2 1