4221b3fb3e
Closes: #29596 [via git-merge-pr]
24 lines
745 B
Bash
24 lines
745 B
Bash
# Template file for 'cargo-deny'
|
|
pkgname=cargo-deny
|
|
version=0.9.1
|
|
revision=1
|
|
build_style=cargo
|
|
configure_args="--no-default-features"
|
|
hostmakedepends="pkg-config"
|
|
makedepends="openssl-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=3fcb347ed35caf3a3e303c4ec3426fafab53dcc084d83ea5c62e79a600f4ed5f
|
|
|
|
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
|
|
}
|