package/erlang-p1-yconf: new package

Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Johan Oudinet 2020-01-06 17:11:12 +01:00 committed by Thomas Petazzoni
parent f56d9f3523
commit b98498d6e9
5 changed files with 23 additions and 0 deletions

View File

@ -1275,6 +1275,7 @@ F: package/erlang-p1-utils/
F: package/erlang-p1-xml/
F: package/erlang-p1-xmpp/
F: package/erlang-p1-yaml/
F: package/erlang-p1-yconf/
F: package/erlang-p1-zlib/
F: package/nginx-dav-ext/

View File

@ -596,6 +596,7 @@ menu "Erlang libraries/modules"
source "package/erlang-p1-xml/Config.in"
source "package/erlang-p1-xmpp/Config.in"
source "package/erlang-p1-yaml/Config.in"
source "package/erlang-p1-yconf/Config.in"
source "package/erlang-p1-zlib/Config.in"
endmenu
endif

View File

@ -0,0 +1,5 @@
config BR2_PACKAGE_ERLANG_P1_YCONF
bool "erlang-p1-yconf"
select BR2_PACKAGE_ERLANG_P1_YAML
help
YAML configuration processor.

View File

@ -0,0 +1,3 @@
# Locally calculated
sha256 94724bde03c976cdf51d0d43eece73c70381ef60a9dd7e49292d194c0beaeb53 erlang-p1-yconf-1.0.1.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE

View File

@ -0,0 +1,13 @@
################################################################################
#
# erlang-p1-yconf
#
################################################################################
ERLANG_P1_YCONF_VERSION = 1.0.1
ERLANG_P1_YCONF_SITE = $(call github,processone,yconf,$(ERLANG_P1_YCONF_VERSION))
ERLANG_P1_YCONF_LICENSE = Apache-2.0
ERLANG_P1_YCONF_LICENSE_FILES = LICENSE
ERLANG_P1_YCONF_DEPENDENCIES = erlang-p1-yaml
$(eval $(rebar-package))