# Contributor: Phosphor Azimuth # Maintainer: Phosphor Azimuth pkgname=vile pkgver=9.8 pkgrel=0 pkgdesc="vi like emacs" url="https://invisible-island.net/vile/vile.html" arch="x86_64" license="GPL-2.0-only" depends="ncurses-dev" source="https://invisible-mirror.net/archives/vile/vile-$pkgver.tgz" options="!check" # package has no tests build() { ./configure --prefix=/usr make } package() { install -Dm755 vile "$pkgdir/usr/bin/vile" } sha512sums=" daaaa33e79b970d753c5c0c4972f4e8f91aa8a26c813dc8755bb7eff60cefaf4766b08a77e210d1c8fabd39ecf7093b5ea819f35cc1f3ea8122b48d4b5e2dfe8 vile-9.8.tgz "