# Maintainer: Martin Hundebøll pkgname=tio pkgver=1.15 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=('215192a5eeff392e88596ffdc7225d844b58b7564235f45cac369d7ce88d5b91') 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: