mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
New package: vdesk-1.2
This commit is contained in:
parent
73e9544979
commit
ba0185cc11
1 changed files with 18 additions and 0 deletions
18
srcpkgs/vdesk/template
Normal file
18
srcpkgs/vdesk/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue