# Template file for 'cbindgen'
pkgname=cbindgen
version=0.29.2
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/mozilla/cbindgen"
distfiles="https://github.com/mozilla/cbindgen/archive/refs/tags/v${version}.zip"
checksum=98a8d9f03eae016a2916cf0201b44accbe31c43e11065f58e4ebb9efa16b30b3

do_check() {
	: # test are only expected to work with rust nightly
}
