vile: update to 9.8x
This commit is contained in:
parent
6f995c1f44
commit
065ff84ffd
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'vile'
|
||||
pkgname=vile
|
||||
version=9.8w
|
||||
version=9.8x
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-stripping"
|
||||
|
@ -9,14 +9,15 @@ 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"
|
||||
homepage="https://invisible-island.net/vile/vile.html"
|
||||
changelog="https://invisible-island.net/vile/CHANGES.html"
|
||||
distfiles="https://invisible-mirror.net/archives/vile/current/vile-${version}.tgz"
|
||||
checksum=78253ec3f7ae5f4f9d4799a3c8bc35b85b47d456f2ac172810008a48e4609815
|
||||
checksum=8fe0dfa60179d4b7dd2750f116cd4396d4cd3e07d8a54d142a36c84f4a82feef
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/\[\[//g' filters/sh-filt.l
|
||||
vsed -e 's/\[\[//g' -i filters/sh-filt.l
|
||||
}
|
||||
|
||||
post_configure() {
|
||||
sed -i '/^BUILD_/d' makefile
|
||||
vsed -e '/^BUILD_/d' -i makefile
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue