void-packages/srcpkgs/musca/template
2020-11-28 06:02:12 +07:00

22 lines
601 B
Bash

# Template file for 'musca'
pkgname=musca
version=0.9.24
revision=3
build_style=gnu-makefile
makedepends="libX11-devel libXcursor-devel"
short_desc="Tiling window manager, with features nicked from ratpoison and dwm"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-3.0-or-later"
homepage="http://aerosuidae.net/musca.html"
distfiles="https://distfiles.voidlinux.de/musca-${version}/musca-${version}.tgz"
checksum=c34e37e2df5075a61f8d5268786ab8115816af95c46e063c50f7f1c500527301
pre_build() {
cp ${FILESDIR}/Makefile .
}
do_install() {
vbin musca
vbin apis
vbin xlisten
vman musca.1
}