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
10 lines
464 B
Bash
10 lines
464 B
Bash
TERMUX_PKG_HOMEPAGE=https://github.com/boutell/rinetd
|
|
TERMUX_PKG_DESCRIPTION="A user-mode TCP port redirection server"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
_COMMIT=0973bd2d1c187da9706fd83c8aa68fabc1775a31
|
|
TERMUX_PKG_VERSION=2019.10.22-${_COMMIT:0:8}
|
|
TERMUX_PKG_SRCURL=https://github.com/boutell/rinetd/archive/${_COMMIT}.tar.gz
|
|
TERMUX_PKG_SHA256=66d04c1385b8308e423f388678b8b9236e0b036a1d5dcce758d7b777a554b818
|
|
TERMUX_PKG_BUILD_IN_SRC=true
|