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

View File

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