New package: cargo-deny-0.4.2

This commit is contained in:
Jan Christian Grünhage 2019-12-10 10:35:47 +01:00 committed by Juan RP
parent 9c31c3ab0e
commit 8beac7308d

View file

@ -0,0 +1,17 @@
# Template file for 'cargo-deny'
pkgname=cargo-deny
version=0.4.2
revision=1
build_style=cargo
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=17a68c2021a342dc34d3472cffaa99f929b400e90be8021829b8b032d16efbcd
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT
vdoc README.md
}