mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-16 02:08:54 +00:00
62fbe10804
release notes: - https://github.com/libuv/libuv/releases/tag/v1.48.0 log: - https://github.com/libuv/libuv/compare/v1.47.0...v1.48.0
14 lines
510 B
Makefile
14 lines
510 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2020-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="libuv"
|
|
PKG_VERSION="1.48.0"
|
|
PKG_SHA256="8c253adb0f800926a6cbd1c6576abae0bc8eb86a4f891049b72f9e5b7dc58f33"
|
|
PKG_LICENSE="MIT"
|
|
PKG_SITE="https://github.com/libuv/libuv"
|
|
PKG_URL="https://github.com/libuv/libuv/archive/v${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="Multi-platform support library with a focus on asynchronous I/O"
|
|
|
|
PKG_CMAKE_OPTS_TARGET="-DLIBUV_BUILD_TESTS=OFF"
|