2020-06-21 22:23:56 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://asciidoc.org
|
2019-08-16 00:33:08 +02:00
|
|
|
TERMUX_PKG_DESCRIPTION="Text document format for short documents, articles, books and UNIX man pages."
|
2019-08-13 21:38:11 +02:00
|
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
2020-12-20 14:16:34 +01:00
|
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
2021-09-19 14:10:40 +02:00
|
|
|
TERMUX_PKG_VERSION=9.1.1
|
2021-10-06 02:57:53 +02:00
|
|
|
TERMUX_PKG_REVISION=2
|
2020-06-26 22:03:51 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://github.com/asciidoc/asciidoc-py3/archive/${TERMUX_PKG_VERSION}.tar.gz
|
2021-09-19 14:10:40 +02:00
|
|
|
TERMUX_PKG_SHA256=914dfc1542c30bd47faa0aaaae0985cb57d0ca584015729ccd1b94d90da3a616
|
2021-10-04 12:43:31 +02:00
|
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
2020-06-26 22:03:51 +02:00
|
|
|
TERMUX_PKG_DEPENDS="docbook-xsl, libxml2-utils, python, xsltproc"
|
|
|
|
TERMUX_PKG_SUGGESTS="w3m"
|
2019-08-13 21:38:11 +02:00
|
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
|
|
|
|
termux_step_pre_configure() {
|
|
|
|
autoreconf -vfi
|
|
|
|
}
|