You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
400 B
10 lines
400 B
TERMUX_PKG_HOMEPAGE=https://libuv.org
|
|
TERMUX_PKG_DESCRIPTION="Support library with a focus on asynchronous I/O"
|
|
TERMUX_PKG_VERSION=1.21.0
|
|
TERMUX_PKG_SHA256=96d9d3939e06935942b21f71234dac85d2fe426f4fe898f3b2f1575cae74046d
|
|
TERMUX_PKG_SRCURL=https://dist.libuv.org/dist/v${TERMUX_PKG_VERSION}/libuv-v${TERMUX_PKG_VERSION}.tar.gz
|
|
|
|
termux_step_pre_configure () {
|
|
export PLATFORM=android
|
|
sh autogen.sh
|
|
}
|
|
|