void-packages/srcpkgs/jupp/template
mobinmob 63a74166f2 jupp: update to 3.1jupp40, adopt,
- fix xlint warnings
- add changelog
2020-12-03 14:23:38 -03:00

27 lines
705 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.1jupp40
revision=1
wrksrc=jupp
build_style=gnu-configure
configure_args="--disable-dependency-tracking --disable-termidx"
makedepends="ncurses-devel"
conf_files="/etc/joe/*rc"
short_desc="Portable version of JOEs Own Editor"
maintainer="mobinmob <mobinmob@disroot.org>"
license="GPL-1.0-or-later"
homepage="https://www.mirbsd.org/jupp.htm"
changelog="https://www.mirbsd.org/jupp.htm#clog"
distfiles="https://www.mirbsd.org/MirOS/dist/${pkgname}/joe-${version}.tgz"
checksum=4bed439cde7f2be294e96e49ef3e913ea90fbe5e914db888403e3a27e8035b1a
conflicts="joe>=0"
pre_configure() {
chmod +x configure
}
post_install() {
vdoc INFO
vdoc LIST
vdoc NEWS
}