9menu: use vbin/vman, add license

This commit is contained in:
Michael Gehring 2017-07-11 18:53:57 +00:00
parent 8cccd1ee8d
commit 46462e5e75
1 changed files with 4 additions and 5 deletions

View File

@ -3,7 +3,7 @@ pkgname=9menu
version=1.9
revision=2
makedepends="libX11-devel"
short_desc="lightweight menu for X11"
short_desc="Lightweight menu for X11"
maintainer="Enno Boland <gottox@voidlinux.eu>"
license="MIT"
homepage="ftp://freefriends.org/arnold/Source"
@ -20,8 +20,7 @@ do_build() {
}
do_install() {
vmkdir usr/bin
vmkdir usr/share/man/man1
vinstall 9menu 755 usr/bin
vinstall 9menu.1 0644 /usr/share/man/man1
vbin 9menu
vman 9menu.1
vlicense README LICENSE
}