vp-build/srcpkgs/cbindgen/template

16 lines
474 B
Bash

# Template file for 'cbindgen'
pkgname=cbindgen
version=0.19.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=5a068b3d4cd0319b12844c83816d63e2e9ce8176bd2d78ca0ac03d4833bcbab7
do_check() {
: # test are only expected to work with rust nightly
}