rust-bindgen: update to 0.61.0.
This commit is contained in:
parent
81f8a2e148
commit
85030bf042
1 changed files with 4 additions and 3 deletions
|
@ -1,9 +1,10 @@
|
||||||
# Template file for 'rust-bindgen'
|
# Template file for 'rust-bindgen'
|
||||||
pkgname=rust-bindgen
|
pkgname=rust-bindgen
|
||||||
version=0.60.1
|
version=0.61.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style="cargo"
|
build_style="cargo"
|
||||||
make_check_args="--bins"
|
configure_args="--bins"
|
||||||
|
make_install_args="--path bindgen-cli"
|
||||||
depends="libclang"
|
depends="libclang"
|
||||||
checkdepends="libclang"
|
checkdepends="libclang"
|
||||||
short_desc="Tool to generate Rust FFI bindings to C (and some C++) libraries"
|
short_desc="Tool to generate Rust FFI bindings to C (and some C++) libraries"
|
||||||
|
@ -12,7 +13,7 @@ license="BSD-3-Clause"
|
||||||
homepage="https://rust-lang.github.io/rust-bindgen/"
|
homepage="https://rust-lang.github.io/rust-bindgen/"
|
||||||
changelog="https://raw.githubusercontent.com/rust-lang/rust-bindgen/master/CHANGELOG.md"
|
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"
|
distfiles="https://github.com/rust-lang/rust-bindgen/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum="b521c18af2230d748b1f7eea8f3aab9381a08a07024fc52a6350fee286fae4ec"
|
checksum="889ef7f1edd5db50e4e3e39b84e52b360ebe2f42a916adaf0ac97586419d885e"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue