hexyl: fix crossbuild

This commit is contained in:
Enno Boland 2019-08-10 00:54:50 +02:00
parent b5bbb4266b
commit 250c6b812c
No known key found for this signature in database
GPG Key ID: D09964719BDE9971
1 changed files with 6 additions and 1 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'hexyl'
pkgname=hexyl
version=0.5.1
revision=1
revision=2
build_style=cargo
short_desc="Command-line hex viewer"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
@ -14,6 +14,11 @@ case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951"
esac
pre_configure() {
cargo update --package ctrlc --precise 3.1.3
cargo update --package nix --precise 0.14.1
}
post_install() {
vlicense LICENSE-MIT
}