15 lines
411 B
Bash
15 lines
411 B
Bash
# Template file for 'hexyl'
|
|
pkgname=hexyl
|
|
version=0.3.1
|
|
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=c0dec617cf2723dda349d365de6c3e916ce61e56eb2695b72bcead2df90953cb
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|