void-packages/srcpkgs/cargo-deny/template

25 lines
751 B
Bash
Raw Normal View History

2019-12-10 10:35:47 +01:00
# Template file for 'cargo-deny'
pkgname=cargo-deny
2020-03-03 10:00:10 +01:00
version=0.6.6
revision=1
2019-12-10 10:35:47 +01:00
build_style=cargo
2020-03-03 10:00:10 +01:00
configure_args="--no-default-features"
2020-01-09 10:57:21 +01:00
hostmakedepends="pkg-config perl"
makedepends="libressl-devel"
2019-12-10 10:35:47 +01:00
short_desc="Cargo plugin to help you manage large dependency graphs"
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
license="MIT, Apache-2.0"
homepage="https://github.com/EmbarkStudios/cargo-deny"
distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz"
2020-03-03 10:00:10 +01:00
checksum=2740610007bd947d00df18af4359221b4a78f55daf7cbeda3a703f49e8f208b9
2019-12-10 10:35:47 +01:00
2019-12-16 00:10:43 +01:00
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="bitvec crate unimplemented for big endian"
fi
2019-12-10 10:35:47 +01:00
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
vdoc README.md
}