void-packages/srcpkgs/vile/template

23 lines
641 B
Bash

# Template file for 'vile'
pkgname=vile
version=9.8w
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="Orphaned <orphan@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=78253ec3f7ae5f4f9d4799a3c8bc35b85b47d456f2ac172810008a48e4609815
post_extract() {
sed -i 's/\[\[//g' filters/sh-filt.l
}
post_configure() {
sed -i '/^BUILD_/d' makefile
}