new package: ansifilter

This commit is contained in:
Chongyun Lee 2023-07-18 22:20:56 +08:00 committed by Uchiha Kakashi
parent 761450af71
commit 8073b47dbd
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
TERMUX_PKG_HOMEPAGE=http://www.andre-simon.de/doku/ansifilter/en/ansifilter.php
TERMUX_PKG_DESCRIPTION="Strip or convert ANSI codes into HTML, (La)Tex, RTF, or BBCode"
TERMUX_PKG_LICENSE="GPL-3.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION=2.20
TERMUX_PKG_SRCURL=git+https://gitlab.com/saalen/ansifilter
TERMUX_PKG_GIT_BRANCH="$TERMUX_PKG_VERSION"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_EXTRA_MAKE_ARGS="
DESTDIR=${TERMUX_PREFIX}
PREFIX=
"