void-packages/srcpkgs/jupp/template
2017-08-11 15:47:53 +02:00

27 lines
671 B
Bash
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.1jupp31
revision=1
build_style=gnu-configure
configure_args="--disable-dependency-tracking --disable-termidx"
makedepends="ncurses-devel"
conflicts="joe>=0"
wrksrc="jupp"
conf_files="/etc/joe/*rc"
short_desc="Portable version of JOEs Own Editor"
maintainer='Juan RP <xtraeme@voidlinux.eu>'
license="GPL-1"
homepage="https://www.mirbsd.org/jupp.htm"
distfiles="https://www.mirbsd.org/MirOS/dist/${pkgname}/joe-${version}.tgz"
checksum=1a50607b0417cf230f7b3609c091e71e8d8e91185a4a3897f7925cd3b44cceba
pre_configure() {
chmod +x configure
}
post_install() {
vlicense COPYING LICENSE
vdoc INFO
vdoc LIST
vdoc NEWS
}