description="A quake-style popup terminal."
url="https://github.com/lanoxx/tilda"

packager="tnut <tnut@nutyx.org>"
contributors="Greg"

makedepends=(confuse vte libglade)

name=tilda
version=1.5.4

source=(https://github.com/lanoxx/tilda/archive/$name-$version.tar.gz)


build() {
  cd $name-$name-$version
  ./autogen.sh
  ./configure --prefix=/usr
  make
  make DESTDIR=$PKG install
}
