27 lines
671 B
Bash
27 lines
671 B
Bash
# Template file for 'jupp'
|
||
pkgname=jupp
|
||
version=3.1jupp35
|
||
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 JOE’s 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=c4509df80b9f12d0f52b1b85c43717f068e42cad0fe281647ba5b2b9bdb34bec
|
||
|
||
pre_configure() {
|
||
chmod +x configure
|
||
}
|
||
post_install() {
|
||
vlicense COPYING LICENSE
|
||
vdoc INFO
|
||
vdoc LIST
|
||
vdoc NEWS
|
||
}
|