New package: xtitle-0.2.
This commit is contained in:
parent
a2b30fc287
commit
ef40e0f4e3
1 changed files with 17 additions and 0 deletions
17
srcpkgs/xtitle/template
Normal file
17
srcpkgs/xtitle/template
Normal 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}
|
||||||
|
}
|
Loading…
Reference in a new issue