updated on Thu Jan 19 16:10:29 UTC 2012
[aur-mirror.git] / tairu-hg / PKGBUILD
blobd956226641167a12ddf4d77eacafafb352810441
1 # Contributor: portix <portix@gmx.net>
3 pkgname=tairu-hg
4 _realname=tairu
5 pkgver=28
6 pkgrel=1
7 pkgdesc="Simple bash script that brings tiling to EWMH-compliant window managers"
8 url="http://bitbucket.org/portix/tairu"
9 arch=(any)
10 license=('GPL')
11 depends=('wmctrl')
12 makedepends=('mercurial')
14 _hgroot="https://bitbucket.org/portix"
15 _hgrepo="tairu"
17 build() {
18     cd ${srcdir}/${_hgrepo}
19     ./build.sh || return 1
20     PREFIX=${pkgdir}/usr/bin ./build.sh install || return 1