void-packages/srcpkgs/moe/template
2015-09-03 09:01:49 +00:00

19 lines
585 B
Bash

# 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
}