void-packages/srcpkgs/musca/template

23 lines
591 B
Bash
Raw Normal View History

2015-08-25 02:51:57 +00:00
# Template file for 'musca'
pkgname=musca
version=0.9.24
2016-09-07 04:56:21 +00:00
revision=2
2015-08-25 02:51:57 +00:00
build_style=gnu-makefile
2016-09-07 04:56:21 +00:00
makedepends="libX11-devel libXcursor-devel"
2015-08-25 02:51:57 +00:00
short_desc="A tiling window manager, with features nicked from ratpoison and dwm"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3"
homepage="http://aerosuidae.net/musca.html"
2016-09-07 05:11:02 +00:00
distfiles="http://distfiles.voidlinux.de/musca-${version}/musca-${version}.tgz"
2015-08-25 02:51:57 +00:00
checksum=c34e37e2df5075a61f8d5268786ab8115816af95c46e063c50f7f1c500527301
2016-09-07 04:56:21 +00:00
pre_build() {
cp ${FILESDIR}/Makefile .
}
2015-08-25 02:51:57 +00:00
do_install() {
vbin musca
vbin apis
vbin xlisten
vman musca.1
}