# Maintainer: endaaman pkgname=tym pkgver=3.2.0 pkgrel=1 pkgdesc="Lua-configurable terminal emulator" 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=('0c884ef9560ce2b65ed4991c03a559de58c66982') build() { cd "$pkgname-$pkgver" ./configure --prefix=/usr make } package() { cd "$pkgname-$pkgver" make DESTDIR="$pkgdir/" install }