void-packages/srcpkgs/cbindgen/template
2021-03-01 20:11:22 +01:00

15 lines
483 B
Bash

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