mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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
|
version=0.68
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="DESTDIR=/usr"
|
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Hex editor and diff tool using ncurses"
|
short_desc="Hex editor and diff tool using ncurses"
|
||||||
maintainer="Alex Brem <alex@fluktuation.net>"
|
maintainer="Alex Brem <alex@fluktuation.net>"
|
||||||
|
@ -14,10 +13,10 @@ checksum=126c34745b48a07448cfe36fe5913d37ec562ad72d3f732b99bd40f761f4da08
|
||||||
wrksrc="${pkgname}_${version}"
|
wrksrc="${pkgname}_${version}"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin dhex
|
vbin dhex
|
||||||
vman dhex.1
|
vman dhex.1
|
||||||
vman dhexrc.5
|
vman dhexrc.5
|
||||||
vman dhex_markers.5
|
vman dhex_markers.5
|
||||||
vman dhex_searchlog.5
|
vman dhex_searchlog.5
|
||||||
vdoc README.txt
|
vdoc README.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue