37375312b9
In issue https://github.com/termux/termux-packages/issues/6160 I have found that community repo "its-pointless.github.io" specifies us as maintainer for its packages. This is NOT TRUE and potentially misleads people using these packages. Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral and not specify maintainer. So all packages now have to override it to the correct value. [skip ci] %ci:no-build
11 lines
527 B
Bash
11 lines
527 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/indent/
|
|
TERMUX_PKG_DESCRIPTION="C language source code formatting program"
|
|
TERMUX_PKG_LICENSE="GPL-3.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=2.2.12
|
|
TERMUX_PKG_SRCURL=http://mirrors.kernel.org/gnu/indent/indent-$TERMUX_PKG_VERSION.tar.xz
|
|
TERMUX_PKG_SHA256=b745a5dfc68f86a483d7f96dc1cda7aafd1e78ecba3c7d8ad304709e91e1defb
|
|
TERMUX_PKG_DEPENDS="libandroid-support"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="ac_cv_func_setlocale=no"
|
|
TERMUX_PKG_RM_AFTER_INSTALL="bin/texinfo2man"
|