# Template file for 'cargo-deny' pkgname=cargo-deny version=0.12.2 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 " license="MIT, Apache-2.0" homepage="https://github.com/EmbarkStudios/cargo-deny" changelog="https://raw.githubusercontent.com/EmbarkStudios/cargo-deny/main/CHANGELOG.md" distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz" checksum=7d8a034fe0219f8b7adc0ab25c90f7f253b4c387d7d5c8f74f6ad79f4810dc1e 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 }