# Template file for 'jupp'
pkgname=jupp
version=3.1jupp28
revision=1
build_style=gnu-configure
configure_args="--disable-dependency-tracking --disable-termidx"
makedepends="ncurses-devel"
wrksrc="jupp"
conf_files="
	/etc/joe/joerc
	/etc/joe/rjoerc
	/etc/joe/jpicorc
	/etc/joe/jmacsrc
	/etc/joe/jstarrc
	/etc/joe/jupprc"
short_desc="Portable version of JOE’s Own Editor"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL-1"
homepage="https://www.mirbsd.org/jupp.htm"
distfiles="https://www.mirbsd.org/MirOS/dist/${pkgname}/joe-${version}.tgz"
checksum=be4d16cb44f002a3f6f5069471096c53d9c184b7366ef1a055422d2f0006851f

pre_configure() {
	chmod +x configure
}

post_install() {
	vlicense COPYING LICENSE
	vdoc INFO
	vdoc LIST
	vdoc NEWS
}