mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-14 05:40:52 +00:00
17 lines
615 B
Bash
17 lines
615 B
Bash
TERMUX_PKG_HOMEPAGE=https://libuv.org
|
|
TERMUX_PKG_DESCRIPTION="Support library with a focus on asynchronous I/O"
|
|
TERMUX_PKG_LICENSE="MIT, BSD 2-Clause, ISC, BSD 3-Clause"
|
|
TERMUX_PKG_LICENSE_FILE="LICENSE"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.52.0"
|
|
TERMUX_PKG_SRCURL=https://dist.libuv.org/dist/v${TERMUX_PKG_VERSION}/libuv-v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=19fd091a582c39c7ea26dcbb40a7d2e7cf095b070a757b3c32c05de6cfed6638
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_BREAKS="libuv-dev"
|
|
TERMUX_PKG_REPLACES="libuv-dev"
|
|
|
|
termux_step_pre_configure() {
|
|
export PLATFORM=android
|
|
sh autogen.sh
|
|
}
|