mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
20 lines
712 B
Bash
20 lines
712 B
Bash
# Template file for 'rust-bindgen'
|
|
pkgname=rust-bindgen
|
|
version=0.71.1
|
|
revision=1
|
|
build_style="cargo"
|
|
configure_args="--bins"
|
|
make_install_args="--path bindgen-cli"
|
|
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=620d80c32b6aaf42d12d85de86fc56950c86b2a13a5b943c10c29d30c4f3efb0
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|