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
17 lines
625 B
Bash
17 lines
625 B
Bash
TERMUX_PKG_HOMEPAGE=https://packages.debian.org/debianutils
|
|
TERMUX_PKG_DESCRIPTION="Small utilities which are used primarily by the installation scripts of Debian packages"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=4.11.2
|
|
TERMUX_PKG_SRCURL=http://ftp.debian.org/debian/pool/main/d/debianutils/debianutils_${TERMUX_PKG_VERSION}.tar.xz
|
|
TERMUX_PKG_SHA256=3b680e81709b740387335fac8f8806d71611dcf60874e1a792e862e48a1650de
|
|
|
|
TERMUX_PKG_RM_AFTER_INSTALL="
|
|
bin/add-shell
|
|
bin/installkernel
|
|
bin/remove-shell
|
|
share/man/man8/add-shell.8
|
|
share/man/man8/installkernel.8
|
|
share/man/man8/remove-shell.8
|
|
"
|