Merge pull request #2437 from beefcurtains/moe

New package: moe-1.7
This commit is contained in:
Juan RP 2015-09-03 11:08:17 +02:00
commit 374db64422

19
srcpkgs/moe/template Normal file
View file

@ -0,0 +1,19 @@
# Template file for 'moe'
pkgname=moe
version=1.7
revision=1
build_style=gnu-makefile
conf_files="/etc/moerc"
hostmakedepends="lzip"
makedepends="ncurses-devel"
short_desc="Powerful and user-friendly text editor"
maintainer="beefcurtains <beefcurtains@voidlinux.eu>"
license="GPL-2"
homepage="https://www.gnu.org/software/moe/"
distfiles="${GNU_SITE}/$pkgname/$pkgname-$version.tar.lz"
checksum=33ba66f948353c105232e9c8b2da8dc7b6ddc8cdff4beb3e3f55d78bc3acf1bb
do_configure() {
# Custom configure script, doesn't support cross compiling
./configure --prefix=/usr --sysconfdir=/etc
}