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