🔒 Repository is read-only – file editing is disabled.
12345678910111213141516171819202122
pkgname: rust-bindgen
pkgver: '0.72.1'
pkgrel: '3'
pkgdesc: Automatically generates Rust FFI bindings to C (and some C++) libraries
url: 'https://github.com/rust-lang/rust-bindgen'
arch: x86_64
depends: []
makedepends:
- rustc
- llvm
source:
- 'https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v${pkgver}.tar.gz'
sha256sums:
- 4ffb17061b2d71f19c5062d2e17e64107248f484f9775c0b7d30a16a8238dfd1
build: |
cd ${pkgname}-${pkgver}
cargo build --release
install -Dt ${PKGDIR}/usr/bin target/release/bindgen
package: |
true