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