20 lines
515 B
Bash
20 lines
515 B
Bash
# Template file for 'hexyl'
|
|
pkgname=hexyl
|
|
version=0.4.0
|
|
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"
|
|
checksum=7450d8e0d382a9f78c5fa6de562359749586824d74c708c983da5a9c032bfd43
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
aarch64-musl) broken="https://github.com/nix-rust/nix/issues/951"
|
|
esac
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|