aboutsummaryrefslogtreecommitdiff
path: root/cbindgen/abuild
blob: 5b3d656ae8081a56e700b05a43afc2d03c3ece2b (plain)
1
2
3
4
5
6
7
8
9
10
name=cbindgen
version=0.29.2
release=1
source="https://github.com/eqrion/$name/archive/v$version/$name-$version.tar.gz"

build() {
	cargo build --release
	install -d $PKG/usr/bin/
	install -Dm755 target/release/cbindgen $PKG/usr/bin/
}