1 # Contributor: portix <portix@gmx.net>
7 pkgdesc="Simple bash script that brings tiling to EWMH-compliant window managers"
8 url="http://bitbucket.org/portix/tairu"
12 makedepends=('mercurial')
14 _hgroot="https://bitbucket.org/portix"
18 cd ${srcdir}/${_hgrepo}
19 ./build.sh || return 1
20 PREFIX=${pkgdir}/usr/bin ./build.sh install || return 1