New package: dhex-0.68
This commit is contained in:
parent
3ebcfc4f77
commit
ab34999f71
1 changed files with 23 additions and 0 deletions
23
srcpkgs/dhex/template
Normal file
23
srcpkgs/dhex/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'dhex'
|
||||||
|
pkgname=dhex
|
||||||
|
version=0.68
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-makefile
|
||||||
|
make_install_args="DESTDIR=/usr"
|
||||||
|
makedepends="ncurses-devel"
|
||||||
|
short_desc="Hex editor and diff tool using ncurses"
|
||||||
|
maintainer="Alex Brem <alex@fluktuation.net>"
|
||||||
|
license="GPL-2,GPL-3"
|
||||||
|
homepage="http://www.dettus.net/dhex/"
|
||||||
|
distfiles="${homepage}${pkgname}_${version}.tar.gz"
|
||||||
|
checksum=126c34745b48a07448cfe36fe5913d37ec562ad72d3f732b99bd40f761f4da08
|
||||||
|
wrksrc="${pkgname}_${version}"
|
||||||
|
|
||||||
|
do_install() {
|
||||||
|
vbin dhex
|
||||||
|
vman dhex.1
|
||||||
|
vman dhexrc.5
|
||||||
|
vman dhex_markers.5
|
||||||
|
vman dhex_searchlog.5
|
||||||
|
vdoc README.txt
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue