mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
jupp: update to 3.1jupp30.
This commit is contained in:
parent
2b40217004
commit
87d88d416e
1 changed files with 3 additions and 10 deletions
|
@ -1,30 +1,23 @@
|
||||||
# Template file for 'jupp'
|
# Template file for 'jupp'
|
||||||
pkgname=jupp
|
pkgname=jupp
|
||||||
version=3.1jupp29
|
version=3.1jupp30
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-dependency-tracking --disable-termidx"
|
configure_args="--disable-dependency-tracking --disable-termidx"
|
||||||
makedepends="ncurses-devel"
|
makedepends="ncurses-devel"
|
||||||
conflicts="joe>=0"
|
conflicts="joe>=0"
|
||||||
wrksrc="jupp"
|
wrksrc="jupp"
|
||||||
conf_files="
|
conf_files="/etc/joe/*rc"
|
||||||
/etc/joe/joerc
|
|
||||||
/etc/joe/rjoerc
|
|
||||||
/etc/joe/jpicorc
|
|
||||||
/etc/joe/jmacsrc
|
|
||||||
/etc/joe/jstarrc
|
|
||||||
/etc/joe/jupprc"
|
|
||||||
short_desc="Portable version of JOE’s Own Editor"
|
short_desc="Portable version of JOE’s Own Editor"
|
||||||
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
maintainer='Juan RP <xtraeme@voidlinux.eu>'
|
||||||
license="GPL-1"
|
license="GPL-1"
|
||||||
homepage="https://www.mirbsd.org/jupp.htm"
|
homepage="https://www.mirbsd.org/jupp.htm"
|
||||||
distfiles="https://www.mirbsd.org/MirOS/dist/${pkgname}/joe-${version}.tgz"
|
distfiles="https://www.mirbsd.org/MirOS/dist/${pkgname}/joe-${version}.tgz"
|
||||||
checksum=c0ca11a082e18f99c502f9984dadf40ba02576571ff788d334e633ff383a7729
|
checksum=65ddb346364a056c1d78a1cb406b0ebf6c9c2fbd753cd404b1b4c8fd3fa9916d
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
chmod +x configure
|
chmod +x configure
|
||||||
}
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense COPYING LICENSE
|
vlicense COPYING LICENSE
|
||||||
vdoc INFO
|
vdoc INFO
|
||||||
|
|
Loading…
Add table
Reference in a new issue