15 lines
429 B
Bash
15 lines
429 B
Bash
# Template file for 'hexd'
|
|
pkgname=hexd
|
|
version=1.0.0
|
|
revision=2
|
|
build_style=gnu-makefile
|
|
short_desc="Colourful, human-friendly hexdump tool"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/FireyFly/hexd"
|
|
distfiles="https://github.com/FireyFly/hexd/archive/v${version}.tar.gz"
|
|
checksum=85f1c284007cfa82f67d4175ebbe103ec10932f197209e5912a24487eddb1eba
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|