This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_ONIGURUMA
bool "oniguruma"
help
Oniguruma is a modern and flexible regular expressions
library. It encompasses features from different regular
expression implementations that traditionally exist in
different languages.
https://github.com/kkos/oniguruma

View File

@@ -0,0 +1,3 @@
# Locally calculated
sha256 dc6dec742941e24b761cea1b9a2f12e750879107ae69fd80ae1046459d4fb1db oniguruma-6.9.3.tar.gz
sha256 ae266a1ad1c2ef50baf14a1a2993e926cd46d09c6cc8b0b3a8498e44da2746b8 COPYING

View File

@@ -0,0 +1,15 @@
################################################################################
#
# oniguruma
#
################################################################################
ONIGURUMA_VERSION = 6.9.3
ONIGURUMA_SITE = $(call github,kkos,oniguruma,v$(ONIGURUMA_VERSION))
ONIGURUMA_LICENSE = BSD-2-Clause
ONIGURUMA_LICENSE_FILES = COPYING
# From git
ONIGURUMA_AUTORECONF = YES
ONIGURUMA_INSTALL_STAGING = YES
$(eval $(autotools-package))