New package: frankenwm-git-20140705
This commit is contained in:
21
srcpkgs/frankenwm-git/template
Normal file
21
srcpkgs/frankenwm-git/template
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
# Template file for 'frankenwm-git'
|
||||||
|
pkgname=frankenwm-git
|
||||||
|
version=20140705
|
||||||
|
revision=1
|
||||||
|
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel xcb-util-keysyms-devel"
|
||||||
|
hostmakedepends="pkg-config"
|
||||||
|
build_style=gnu-makefile
|
||||||
|
short_desc="XCB dynamic tiling WM"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
license="MIT"
|
||||||
|
homepage="https://github.com/sulami/FrankenWM"
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user