New package: hxl-1.0
This commit is contained in:
parent
1330576997
commit
1b33bd52ec
1 changed files with 16 additions and 0 deletions
16
srcpkgs/hxl/template
Normal file
16
srcpkgs/hxl/template
Normal file
|
@ -0,0 +1,16 @@
|
|||
# Template file for 'hxl'
|
||||
pkgname=hxl
|
||||
version=1.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
make_install_args="MANPREFIX=/usr/share/man"
|
||||
short_desc="Simple hex viewer with colour coding"
|
||||
maintainer="Daniel Eyßer <daniel.eysser@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/sjmulder/hxl"
|
||||
distfiles="https://github.com/sjmulder/hxl/archive/${version}.tar.gz"
|
||||
checksum=819bfa6a3754ed3ddba7190656d12692a27d90c32c6fc5d13546f70563aa054b
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE.md
|
||||
}
|
Loading…
Reference in a new issue