17 lines
630 B
Bash
17 lines
630 B
Bash
TERMUX_PKG_HOMEPAGE=https://asciidoc.org
|
|
TERMUX_PKG_DESCRIPTION="Text document format for short documents, articles, books and UNIX man pages."
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=9.1.1
|
|
TERMUX_PKG_REVISION=2
|
|
TERMUX_PKG_SRCURL=https://github.com/asciidoc/asciidoc-py3/archive/${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=914dfc1542c30bd47faa0aaaae0985cb57d0ca584015729ccd1b94d90da3a616
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="docbook-xsl, libxml2-utils, python, xsltproc"
|
|
TERMUX_PKG_SUGGESTS="w3m"
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf -vfi
|
|
}
|