16 lines
436 B
Bash
16 lines
436 B
Bash
# Template file for 'pixd'
|
|
pkgname=pixd
|
|
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/pixd"
|
|
distfiles="https://github.com/FireyFly/pixd/archive/v${version}.tar.gz"
|
|
checksum=011440a8d191e40a572910b0ce7a094e9b4ee75cf972abc6d30674348edf4158
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|