mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-28 13:42:37 +00:00
Replace ftp.gnu.org with mirrors.kernel.org since the second has been a lot more stable and performant over time than the first (and ftp.gnu.org is currently experiencing intermittent problems). See e.g. 9937b7487379513651c67649e6adcc36d8262100 %ci:no-build
11 lines
560 B
Bash
11 lines
560 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/enscript/
|
|
TERMUX_PKG_DESCRIPTION="Enscript converts ASCII text files to PostScript, HTML, RTF, ANSI and overstrikes"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.6.6
|
|
TERMUX_PKG_REVISION=13
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/enscript/enscript-$TERMUX_PKG_VERSION.tar.gz
|
|
TERMUX_PKG_SHA256=6d56bada6934d055b34b6c90399aa85975e66457ac5bf513427ae7fc77f5c0bb
|
|
TERMUX_PKG_DEPENDS="cups, perl"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --sysconfdir=$TERMUX_PREFIX/etc/enscript"
|