void-packages/srcpkgs/joe/template
Colin Booth 683703eb7c joe: fix license, other lint
JOE is technically GPL 1.0-or-later but the COPYING file is the GPL 2
one, so I'm sticking with that.
2021-05-17 00:45:53 -03:00

23 lines
624 B
Bash

# Template file for 'joe'
pkgname=joe
version=4.6
revision=2
build_style=gnu-configure
conf_files="
/etc/joe/ftyperc
/etc/joe/jicerc.ru
/etc/joe/jmacsrc
/etc/joe/joerc
/etc/joe/jpicorc
/etc/joe/jstarrc
/etc/joe/rjoerc
/etc/joe/shell.csh
/etc/joe/shell.sh"
short_desc="World-famous Wordstar like text editor"
maintainer="Diogo Leal <diogo@diogoleal.com>"
license="GPL-2.0-or-later"
homepage="http://joe-editor.sourceforge.net/"
distfiles="${SOURCEFORGE_SITE}/joe-editor/JOE%20sources/joe-${version}/joe-${version}.tar.gz"
checksum=495a0a61f26404070fe8a719d80406dc7f337623788e445b92a9f6de512ab9de
conflicts="jupp>=0"