distribution/packages/sysutils/depends/oniguruma/package.mk

12 lines
426 B
Makefile
Raw Normal View History

2022-02-05 14:23:32 +00:00
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
2023-05-09 19:21:47 +00:00
# Copyright (C) 2023-present Fewtarius
2022-02-05 14:23:32 +00:00
PKG_NAME="oniguruma"
2023-05-09 19:21:47 +00:00
PKG_VERSION="6.9.8"
2022-02-05 14:23:32 +00:00
PKG_LICENSE="BSD"
PKG_SITE="https://github.com/kkos/oniguruma"
2023-02-24 13:53:43 +00:00
PKG_URL="https://github.com/kkos/oniguruma/releases/download/v${PKG_VERSION}/onig-${PKG_VERSION}.tar.gz"
2022-02-05 14:23:32 +00:00
PKG_DEPENDS_TARGET="toolchain"
PKG_LONGDESC="A regular expression library"