mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-12-16 05:38:51 +00:00
12 lines
465 B
Makefile
12 lines
465 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="oniguruma"
|
|
PKG_VERSION="6.9.9"
|
|
PKG_SHA256="60162bd3b9fc6f4886d4c7a07925ffd374167732f55dce8c491bfd9cd818a6cf"
|
|
PKG_LICENSE="BSD"
|
|
PKG_SITE="https://github.com/kkos/oniguruma"
|
|
PKG_URL="https://github.com/kkos/oniguruma/releases/download/v${PKG_VERSION}/onig-${PKG_VERSION}.tar.gz"
|
|
PKG_DEPENDS_TARGET="toolchain"
|
|
PKG_LONGDESC="A regular expression library"
|