mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 08:52:56 +02:00
New package: jupp-3.1jupp26
This commit is contained in:
parent
4756725cd5
commit
56f1c8aebc
1 changed files with 32 additions and 0 deletions
32
srcpkgs/jupp/template
Normal file
32
srcpkgs/jupp/template
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# Template file for 'jupp'
|
||||||
|
pkgname=jupp
|
||||||
|
version=3.1jupp26
|
||||||
|
revision=1
|
||||||
|
build_style=gnu-configure
|
||||||
|
configure_args="--disable-dependency-tracking --disable-termidx"
|
||||||
|
makedepends="ncurses-devel"
|
||||||
|
wrksrc="jupp"
|
||||||
|
conf_files="
|
||||||
|
/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"
|
||||||
|
maintainer="Ypnose <linuxienATlegtuxDOTorg>"
|
||||||
|
license="GPL-1"
|
||||||
|
homepage="https://www.mirbsd.org/jupp.htm"
|
||||||
|
distfiles="https://www.mirbsd.org/MirOS/dist/${pkgname}/joe-${version}.tgz"
|
||||||
|
checksum=99985d6f0db5cc59ba45b30291ce6c3ef9626637f0cca039b2e03484cf5dda42
|
||||||
|
|
||||||
|
pre_configure() {
|
||||||
|
chmod +x configure
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vinstall COPYING 644 usr/share/licenses/${pkgname}/LICENSE
|
||||||
|
vinstall INFO 644 usr/share/doc/${pkgname}
|
||||||
|
vinstall LIST 644 usr/share/doc/${pkgname}
|
||||||
|
vinstall NEWS 644 usr/share/doc/${pkgname}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue