16 lines
474 B
Bash
16 lines
474 B
Bash
# Template file for 'cbindgen'
|
|
pkgname=cbindgen
|
|
version=0.26.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=b45e1a64875b615702a86ac3084ef69ae32926241cd2b687a30c12474be15105
|
|
|
|
do_check() {
|
|
: # test are only expected to work with rust nightly
|
|
}
|