moe: update to 1.10.

This commit is contained in:
Rasmus Thomsen 2019-01-05 18:25:32 +01:00 committed by Johannes
parent bd74dfccb2
commit 6565fecc6b

View file

@ -1,20 +1,20 @@
# Template file for 'moe'
pkgname=moe
version=1.9
version=1.10
revision=1
build_style=gnu-makefile
build_style=configure
configure_args="--prefix=/usr --sysconfdir=/etc"
conf_files="/etc/moerc"
hostmakedepends="lzip"
makedepends="ncurses-devel"
short_desc="Powerful and user-friendly text editor"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="https://www.gnu.org/software/moe/"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
checksum=18919e9ffae08f34d8beb3a26fc5a595614e0aff34866e79420ca81881ff4ef3
distfiles="${GNU_SITE}/${pkgname}/${pkgname}-${version}.tar.lz"
checksum=8cfd44ab5623ed4185ee53962b879fd9bdd18eab47bf5dd9bdb8271f1bf7d53b
do_configure() {
pre_configure() {
# remove hardcoded values
sed -e '/^CXX=/d;/^CXXFLAGS=/d;/^LDFLAGS=/d' -i configure
# Custom configure script, doesn't support cross compiling
./configure --prefix=/usr --sysconfdir=/etc
}