18 lines
564 B
Bash
18 lines
564 B
Bash
# Template file for 'vile'
|
|
pkgname=vile
|
|
version=9.8r
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-stripping"
|
|
hostmakedepends="flex"
|
|
makedepends="ncurses-devel"
|
|
short_desc="Text editor which is extremely compatible with vi like emacs"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2"
|
|
homepage="http://invisible-island.net/vile/vile.html"
|
|
distfiles="ftp://invisible-island.net/vile/current/vile-${version}.tgz"
|
|
checksum=f36093551178b10c7c34cd514503fcc4d03fedd19c1eba7845b876253e48db80
|
|
|
|
post_configure() {
|
|
sed -i '/^BUILD_/d' makefile
|
|
}
|