16 lines
436 B
Bash
16 lines
436 B
Bash
|
# Template file for 'hexd'
|
||
|
pkgname=hexd
|
||
|
version=1.0.0
|
||
|
revision=1
|
||
|
build_style=gnu-makefile
|
||
|
short_desc="Colourful visualization tool for binary files"
|
||
|
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
|
||
|
}
|