# Maintainer: Martin Hundebøll pkgname=tio pkgver=1.16 pkgrel=1 pkgdesc="The simple TTY terminal I/O application" url="http://tio.github.io/" arch=('x86_64' 'i686') license=('GPLv2') source=("https://github.com/tio/tio/releases/download/v$pkgver/$pkgname-$pkgver.tar.xz") sha256sums=('8526068eed71ca3caf74c33eacb144c859b1b6977aa0e66de31db1f42e27cb99') build() { cd "$srcdir/$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir" install } # vim:set ts=2 sw=2 et: