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