22 lines
622 B
Bash
22 lines
622 B
Bash
# Template file for 'vile'
|
|
pkgname=vile
|
|
version=9.8s
|
|
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=1197bc894a63e359e2ae1053a38829b04e9e6948e30e59803f49ed781c077502
|
|
|
|
post_extract() {
|
|
sed -i 's/\[\[//g' filters/sh-filt.l
|
|
}
|
|
|
|
post_configure() {
|
|
sed -i '/^BUILD_/d' makefile
|
|
}
|