New package: vdesk-1.2

This commit is contained in:
Christian Neukirchen 2014-08-21 22:16:01 +02:00
parent 73e9544979
commit ba0185cc11

18
srcpkgs/vdesk/template Normal file
View file

@ -0,0 +1,18 @@
# Template file for 'vdesk'
pkgname=vdesk
version=1.2
revision=1
build_style=gnu-configure
makedepends="libX11-devel"
short_desc="A lightweight virtual desktop manager"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="custom"
homepage="http://offog.org/code/vdesk.html"
distfiles="http://offog.org/files/${pkgname}-${version}.tar.gz"
checksum=4ac9af40591abcb3a99dea9331933182af7a7c4d0c2eec43be37cf2c21dfa792
do_install() {
vbin vdesk
vlicense COPYING LICENSE
vdoc README
}