mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
New package: rust-bindgen-0.60.1
This commit is contained in:
parent
7663ddc3d6
commit
f1ab0672ee
1 changed files with 19 additions and 0 deletions
19
srcpkgs/rust-bindgen/template
Normal file
19
srcpkgs/rust-bindgen/template
Normal file
|
@ -0,0 +1,19 @@
|
||||||
|
# Template file for 'rust-bindgen'
|
||||||
|
pkgname=rust-bindgen
|
||||||
|
version=0.60.1
|
||||||
|
revision=1
|
||||||
|
build_style="cargo"
|
||||||
|
make_check_args="--bins"
|
||||||
|
depends="libclang"
|
||||||
|
checkdepends="libclang"
|
||||||
|
short_desc="Tool to generate Rust FFI bindings to C (and some C++) libraries"
|
||||||
|
maintainer="Erick Vilcica <erick.vilcica@protonmail.com>"
|
||||||
|
license="BSD-3-Clause"
|
||||||
|
homepage="https://rust-lang.github.io/rust-bindgen/"
|
||||||
|
changelog="https://raw.githubusercontent.com/rust-lang/rust-bindgen/master/CHANGELOG.md"
|
||||||
|
distfiles="https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v${version}.tar.gz"
|
||||||
|
checksum="b521c18af2230d748b1f7eea8f3aab9381a08a07024fc52a6350fee286fae4ec"
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense LICENSE
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue