27 lines
693 B
Bash
27 lines
693 B
Bash
# Template file for 'jupp'
|
||
pkgname=jupp
|
||
version=3.1jupp41
|
||
revision=1
|
||
build_style=gnu-configure
|
||
configure_args="--disable-dependency-tracking --disable-termidx"
|
||
makedepends="ncurses-devel"
|
||
conf_files="/etc/joe/*rc"
|
||
short_desc="Portable version of JOE’s 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=7bb8ea8af519befefff93ec3c9e32108d7f2b83216c9bc7b01aef5098861c82f
|
||
conflicts="joe>=0"
|
||
|
||
pre_configure() {
|
||
chmod +x configure
|
||
}
|
||
|
||
post_install() {
|
||
vdoc INFO
|
||
vdoc LIST
|
||
vdoc NEWS
|
||
}
|