22 lines
641 B
Bash
22 lines
641 B
Bash
# Template file for 'vile'
|
|
pkgname=vile
|
|
version=9.8t
|
|
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.org>"
|
|
license="GPL-2.0-only"
|
|
homepage="http://invisible-island.net/vile/vile.html"
|
|
distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
|
|
checksum=60b288432cfd32b7149c4cd662844e2694c5ab92bc469b282f33ded5110f6ded
|
|
|
|
post_extract() {
|
|
sed -i 's/\[\[//g' filters/sh-filt.l
|
|
}
|
|
|
|
post_configure() {
|
|
sed -i '/^BUILD_/d' makefile
|
|
}
|