milis/talimatname/genel/c/cbindgen/talimat

17 lines
409 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: A project for generating C bindings from Rust code
# URL: https://github.com/eqrion/cbindgen
# Paketçi: milisarge
# Gerekler: cargo
# Grup: kütüphane
isim=cbindgen
surum=0.6.6
devir=1
kaynak=(https://github.com/eqrion/cbindgen/archive/v$surum.tar.gz::$isim-$surum.tar.gz)
derle() {
cd cbindgen-$surum
cargo build --release
install -Dm755 "target/release/cbindgen" "$PKG/usr/bin/cbindgen"
}