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