void-packages/srcpkgs/cargo-deny/template
2020-07-10 15:29:28 +02:00

25 lines
746 B
Bash

# Template file for 'cargo-deny'
pkgname=cargo-deny
version=0.7.0
revision=1
build_style=cargo
configure_args="--no-default-features"
hostmakedepends="pkg-config"
makedepends="libressl-devel"
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"
checksum=55f7de6c41d13fc9cb3c27c582ef69ef59c22b26c05994847ae2611b9714e4f2
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="bitvec crate unimplemented for big endian"
fi
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
vdoc README.md
}