27 lines
681 B
Bash
27 lines
681 B
Bash
# Template file for 'jupp'
|
||
pkgname=jupp
|
||
version=3.1jupp38
|
||
revision=1
|
||
wrksrc=jupp
|
||
build_style=gnu-configure
|
||
configure_args="--disable-dependency-tracking --disable-termidx"
|
||
makedepends="ncurses-devel"
|
||
conflicts="joe>=0"
|
||
conf_files="/etc/joe/*rc"
|
||
short_desc="Portable version of JOE’s Own Editor"
|
||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||
license="GPL-1.0-or-later"
|
||
homepage="https://www.mirbsd.org/jupp.htm"
|
||
distfiles="https://www.mirbsd.org/MirOS/dist/${pkgname}/joe-${version}.tgz"
|
||
checksum=c5cbe3f97683f6e513f611a60531feefb9b877f8cea4c6e9087b48631f69ed40
|
||
|
||
pre_configure() {
|
||
chmod +x configure
|
||
}
|
||
|
||
post_install() {
|
||
vlicense COPYING LICENSE
|
||
vdoc INFO
|
||
vdoc LIST
|
||
vdoc NEWS
|
||
}
|