vp-build/srcpkgs/cbindgen/template

16 lines
474 B
Bash

# Template file for 'cbindgen'
pkgname=cbindgen
version=0.23.0
revision=1
build_style=cargo
short_desc="Tool to generate C bindings for Rust code"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MPL-2.0"
homepage="https://github.com/eqrion/cbindgen"
distfiles="https://github.com/eqrion/cbindgen/archive/v${version}.tar.gz"
checksum=d7b82a7a4bfe7fc61c6f7c1b848bf586fef4057c84960739484b4f743bf0bab6
do_check() {
: # test are only expected to work with rust nightly
}