23 lines
657 B
Text
23 lines
657 B
Text
# 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
|
|
}
|