17 lines
509 B
Bash
17 lines
509 B
Bash
# Template file for 'hexyl'
|
|
pkgname=hexyl
|
|
version=0.12.0
|
|
revision=1
|
|
build_style=cargo
|
|
short_desc="Command-line hex viewer"
|
|
maintainer="cinerea0 <cinerea0@protonmail.com>"
|
|
license="Apache-2.0, MIT"
|
|
homepage="https://github.com/sharkdp/hexyl"
|
|
changelog="https://raw.githubusercontent.com/sharkdp/hexyl/master/CHANGELOG.md"
|
|
distfiles="https://github.com/sharkdp/hexyl/archive/v${version}.tar.gz"
|
|
checksum=bf3a3e8851e7bbcf01f75ae95c018faf3c9f1b7f363159d4a7459bbe11478144
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|