New package: moe-1.7
This commit is contained in:
parent
1a4820f3e2
commit
d8a502b82e
1 changed files with 19 additions and 0 deletions
19
srcpkgs/moe/template
Normal file
19
srcpkgs/moe/template
Normal 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
|
||||||
|
}
|
Loading…
Reference in a new issue