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
15 lines
518 B
Bash
15 lines
518 B
Bash
TERMUX_PKG_HOMEPAGE=https://libuv.org
|
|
TERMUX_PKG_DESCRIPTION="Support library with a focus on asynchronous I/O"
|
|
TERMUX_PKG_LICENSE="BSD"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.40.0
|
|
TERMUX_PKG_SRCURL=https://dist.libuv.org/dist/v${TERMUX_PKG_VERSION}/libuv-v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=61a90db95bac00adec1cc5ddc767ebbcaabc70242bd1134a7a6b1fb1d498a194
|
|
TERMUX_PKG_BREAKS="libuv-dev"
|
|
TERMUX_PKG_REPLACES="libuv-dev"
|
|
|
|
termux_step_pre_configure() {
|
|
export PLATFORM=android
|
|
sh autogen.sh
|
|
}
|