void-packages/srcpkgs/cargo-deny/template

25 lines
746 B
Bash
Raw Normal View History

2019-12-10 09:35:47 +00:00
# Template file for 'cargo-deny'
pkgname=cargo-deny
2020-06-13 00:45:11 +00:00
version=0.6.8
2020-03-03 09:00:10 +00:00
revision=1
2019-12-10 09:35:47 +00:00
build_style=cargo
2020-03-03 09:00:10 +00:00
configure_args="--no-default-features"
2020-06-10 06:55:52 +00:00
hostmakedepends="pkg-config"
2020-01-09 09:57:21 +00:00
makedepends="libressl-devel"
2019-12-10 09:35:47 +00: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-06-13 00:45:11 +00:00
checksum=0680ff79073e8caa4ed4cd43d6850f0f11e0a3a26db177dd0d7537744469a2dc
2019-12-10 09:35:47 +00:00
2019-12-15 23:10:43 +00:00
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="bitvec crate unimplemented for big endian"
fi
2019-12-10 09:35:47 +00:00
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
vdoc README.md
}