16 lines
432 B
Bash
16 lines
432 B
Bash
# Template file for 'hexyl'
|
|
pkgname=hexyl
|
|
version=0.9.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="https://github.com/sharkdp/hexyl/archive/v${version}.tar.gz"
|
|
checksum=73f0dc1be1eaa1a34e3280bc1eeb4f86f34b024205fc7bf3c87d5a0bc4021a6a
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|