void-packages/srcpkgs/hexyl/template

20 lines
515 B
Bash
Raw Normal View History

2019-01-09 18:17:58 +00:00
# Template file for 'hexyl'
pkgname=hexyl
2019-01-14 15:11:40 +00:00
version=0.4.0
2019-01-09 18:17:58 +00:00
revision=1
build_style=cargo
short_desc="Command-line hex viewer"
maintainer="SolitudeSF <solitudesf@protonmail.com>"
license="Apache-2.0, MIT"
homepage="https://github.com/sharkdp/hexyl"
distfiles="${homepage}/archive/v${version}.tar.gz"
2019-01-14 15:11:40 +00:00
checksum=7450d8e0d382a9f78c5fa6de562359749586824d74c708c983da5a9c032bfd43
2019-01-09 18:17:58 +00:00
2019-01-14 18:06:03 +00:00
case "$XBPS_TARGET_MACHINE" in
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951"
esac
2019-01-09 18:17:58 +00:00
post_install() {
vlicense LICENSE-MIT
}