New package: xtitle-0.2.

This commit is contained in:
Eivind Uggedal 2014-09-29 19:30:26 +00:00
parent a2b30fc287
commit ef40e0f4e3

17
srcpkgs/xtitle/template Normal file
View file

@ -0,0 +1,17 @@
# Template file for 'xtitle'
pkgname=xtitle
version=0.2
revision=1
build_style=gnu-makefile
hostmakedepends="git"
makedepends="libxcb-devel xcb-util-devel xcb-util-wm-devel"
short_desc="Outputs X window titles"
maintainer="Eivind Uggedal <eivind@uggedal.com>"
license="Public Domain"
homepage="https://github.com/baskerville/xtitle"
do_fetch() {
local url="git://github.com/baskerville/xtitle"
msg_normal "Fetching source from $url ...\n"
git clone -b${version} ${url} ${pkgname}-${version}
}