mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
moe: update to 1.8
This commit is contained in:
parent
1d73a248c2
commit
25a2fd575d
1 changed files with 4 additions and 3 deletions
|
@ -1,19 +1,20 @@
|
||||||
# Template file for 'moe'
|
# Template file for 'moe'
|
||||||
pkgname=moe
|
pkgname=moe
|
||||||
version=1.7
|
version=1.8
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
conf_files="/etc/moerc"
|
conf_files="/etc/moerc"
|
||||||
hostmakedepends="lzip"
|
hostmakedepends="lzip"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
short_desc="Powerful and user-friendly text editor"
|
short_desc="Powerful and user-friendly text editor"
|
||||||
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://www.gnu.org/software/moe/"
|
homepage="https://www.gnu.org/software/moe/"
|
||||||
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
|
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
|
||||||
checksum=33ba66f948353c105232e9c8b2da8dc7b6ddc8cdff4beb3e3f55d78bc3acf1bb
|
checksum=7eff4ef2197d8febec99ad4efd4e277b1f3b7d4660f75e3b42b8818bc6bb6457
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
sed -e '/^CXX=/d;/^CXXFLAGS=/d;/^LDFLAGS=/d' -i configure
|
||||||
# Custom configure script, doesn't support cross compiling
|
# Custom configure script, doesn't support cross compiling
|
||||||
./configure --prefix=/usr --sysconfdir=/etc
|
./configure --prefix=/usr --sysconfdir=/etc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue