# Maintainer: Ken Enda pkgname=tym pkgver=0.1.1 pkgrel=1 pkgdesc="A tiny term for minimalists" arch=('x86_64') url="https://github.com/endaaman/tym" license=('MIT') depends=('vte3' 'lua') source=("https://github.com/endaaman/${pkgname}/releases/download/$pkgver/${pkgname}-$pkgver.tar.gz") sha1sums=('d8d0f735b055c77ea1d931cfb2dc8c31b2db4963') build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }