cargo-deny: update to 0.5.2.

This commit is contained in:
Jan Christian Grünhage 2020-01-09 10:57:21 +01:00 committed by Helmut Pozimski
parent 282be669b1
commit 7f7fcf5046
1 changed files with 8 additions and 2 deletions

View File

@ -1,19 +1,25 @@
# Template file for 'cargo-deny'
pkgname=cargo-deny
version=0.4.2
version=0.5.2
revision=1
build_style=cargo
hostmakedepends="pkg-config perl"
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=17a68c2021a342dc34d3472cffaa99f929b400e90be8021829b8b032d16efbcd
checksum=3b0c44b22abefd115b0d972dfa95401ea904f73e88cba28cb5c148caa5747f4c
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
broken="bitvec crate unimplemented for big endian"
fi
pre_build() {
cargo update --package openssl-sys --precise 0.9.53
}
post_install() {
vlicense LICENSE-APACHE
vlicense LICENSE-MIT