termux-packages/packages/asciidoc/build.sh

15 lines
580 B
Bash
Raw Normal View History

2020-06-21 22:23:56 +02:00
TERMUX_PKG_HOMEPAGE=https://asciidoc.org
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"
TERMUX_PKG_MAINTAINER="@termux"
2020-11-08 21:52:58 +01:00
TERMUX_PKG_VERSION=9.0.4
2020-06-26 22:03:51 +02:00
TERMUX_PKG_SRCURL=https://github.com/asciidoc/asciidoc-py3/archive/${TERMUX_PKG_VERSION}.tar.gz
2020-11-08 21:52:58 +01:00
TERMUX_PKG_SHA256=9e269f336a71e8685d03a00c71b55ca029eed9f7baf1afe67c447be32206b176
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
}