# Maintainer: Mohammadreza Abdollahzadeh # Contributor: Saeid Ahmed # Contributor: Frederic Bezies # Contributor: Rob Lynn # Contributor: DerFlob # Contributor: Jorge Barroso pkgname=tilda-git pkgver=1.4.1.r0.g1607681 pkgrel=1 pkgdesc="A Gtk based drop down terminal for Linux and Unix." arch=('x86_64') url="https://github.com/lanoxx/tilda" license=('GPL') depends=('confuse' 'vte3') makedepends=('git') provides=("${pkgname%-git}") conflicts=("${pkgname%-git}") source=('git+https://github.com/lanoxx/tilda.git') sha1sums=('SKIP') pkgver() { cd ${pkgname%-git} git describe --long --tags $(git rev-list --tags --max-count=1) | sed 's/^tilda-//;s/\([^-]*-g\)/r\1/;s/-/./g' } build() { cd ${pkgname%-git} ./autogen.sh --prefix=/usr make } package() { cd ${pkgname%-git} make DESTDIR="${pkgdir}/" install } # vim:set ts=2 sw=2 et: