void-packages/srcpkgs/frankenwm-git/template
2014-12-13 19:29:16 +00:00

24 lines
657 B
Plaintext

# Template file for 'frankenwm-git'
pkgname=frankenwm-git
version=20141213
revision=1
hostmakedepends="pkg-config git"
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel xcb-util-keysyms-devel"
build_style=gnu-makefile
short_desc="XCB dynamic tiling WM"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="MIT"
homepage="https://github.com/sulami/FrankenWM"
provides="frankenwm-${version}_${revision}"
replaces="frankenwm>=0"
do_fetch() {
local url="git://github.com/sulami/frankenwm"
msg_normal "Fetching source from $url ...\n"
git clone ${url} ${pkgname}-${version}
}
post_install() {
vinstall LICENSE 644 usr/share/licenses/frankenwm
}