16 lines
429 B
Bash
16 lines
429 B
Bash
# Template file for 'hexd'
|
|
pkgname=hexd
|
|
version=1.1.0
|
|
revision=1
|
|
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=de0db7205c8eb0f170263aca27f5d48963855345bc79ba4842edd21a938d0326
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|