cargo-deny: update to 0.5.2.
This commit is contained in:
parent
282be669b1
commit
7f7fcf5046
@ -1,19 +1,25 @@
|
|||||||
# Template file for 'cargo-deny'
|
# Template file for 'cargo-deny'
|
||||||
pkgname=cargo-deny
|
pkgname=cargo-deny
|
||||||
version=0.4.2
|
version=0.5.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cargo
|
build_style=cargo
|
||||||
|
hostmakedepends="pkg-config perl"
|
||||||
|
makedepends="libressl-devel"
|
||||||
short_desc="Cargo plugin to help you manage large dependency graphs"
|
short_desc="Cargo plugin to help you manage large dependency graphs"
|
||||||
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
|
||||||
license="MIT, Apache-2.0"
|
license="MIT, Apache-2.0"
|
||||||
homepage="https://github.com/EmbarkStudios/cargo-deny"
|
homepage="https://github.com/EmbarkStudios/cargo-deny"
|
||||||
distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz"
|
distfiles="https://github.com/EmbarkStudios/cargo-deny/archive/${version}.tar.gz"
|
||||||
checksum=17a68c2021a342dc34d3472cffaa99f929b400e90be8021829b8b032d16efbcd
|
checksum=3b0c44b22abefd115b0d972dfa95401ea904f73e88cba28cb5c148caa5747f4c
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
if [ "$XBPS_TARGET_ENDIAN" = "be" ]; then
|
||||||
broken="bitvec crate unimplemented for big endian"
|
broken="bitvec crate unimplemented for big endian"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
cargo update --package openssl-sys --precise 0.9.53
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE-APACHE
|
vlicense LICENSE-APACHE
|
||||||
vlicense LICENSE-MIT
|
vlicense LICENSE-MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user