void-packages/srcpkgs/jupp/template
2014-11-02 16:14:18 +01:00

34 lines
767 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Template file for 'jupp'
pkgname=jupp
version=3.1jupp27
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 JOEs Own Editor"
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
license="GPL-1"
homepage="https://www.mirbsd.org/jupp.htm"
update_pkgname="joe"
distfiles="https://www.mirbsd.org/MirOS/dist/${pkgname}/joe-${version}.tgz"
checksum=80374fbd69c4b827ba33761c669dfcddab7222755bfb858600528bb8d6b98e6f
pre_configure() {
chmod +x configure
}
post_install() {
vlicense COPYING LICENSE
vdoc INFO
vdoc LIST
vdoc NEWS
}