termux-packages/packages/indent/build.sh
Fredrik Fornwall 1e7050bcee indent: Skip texi2html build dependency
Packages should not modify the global build environment as it causes
side effects which could affect other packages. In this case a man
page is already available and we can skip the doc/ folder.
2018-06-08 00:56:49 +02:00

8 lines
427 B
Bash

TERMUX_PKG_HOMEPAGE=https://packages.debian.org/sid/indent
TERMUX_PKG_DESCRIPTION="C language source code formatting program"
TERMUX_PKG_VERSION=2.2.11
TERMUX_PKG_SHA256=aaff60ce4d255efb985f0eb78cca4d1ad766c6e051666073050656b6753a0893
TERMUX_PKG_SRCURL=http://http.debian.net/debian/pool/main/i/indent/indent_$TERMUX_PKG_VERSION.orig.tar.gz
TERMUX_PKG_DEPENDS="libandroid-support"
TERMUX_PKG_RM_AFTER_INSTALL="bin/texinfo2man"