jupp: update to 3.1jupp30.
This commit is contained in:
parent
2b40217004
commit
87d88d416e
|
@ -1,30 +1,23 @@
|
|||
# Template file for 'jupp'
|
||||
pkgname=jupp
|
||||
version=3.1jupp29
|
||||
version=3.1jupp30
|
||||
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/joerc
|
||||
/etc/joe/rjoerc
|
||||
/etc/joe/jpicorc
|
||||
/etc/joe/jmacsrc
|
||||
/etc/joe/jstarrc
|
||||
/etc/joe/jupprc"
|
||||
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=c0ca11a082e18f99c502f9984dadf40ba02576571ff788d334e633ff383a7729
|
||||
checksum=65ddb346364a056c1d78a1cb406b0ebf6c9c2fbd753cd404b1b4c8fd3fa9916d
|
||||
|
||||
pre_configure() {
|
||||
chmod +x configure
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense COPYING LICENSE
|
||||
vdoc INFO
|
||||
|
|
Loading…
Reference in New Issue