dhex-0.68: Improve template.
This commit is contained in:
parent
ab34999f71
commit
a97590744f
1 changed files with 6 additions and 7 deletions
|
@ -3,7 +3,6 @@ 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>"
|
||||
|
@ -14,10 +13,10 @@ 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
|
||||
vbin dhex
|
||||
vman dhex.1
|
||||
vman dhexrc.5
|
||||
vman dhex_markers.5
|
||||
vman dhex_searchlog.5
|
||||
vdoc README.txt
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue