buildroot/package/erlang-p1-yconf/erlang-p1-yconf.mk
Johan Oudinet b98498d6e9 package/erlang-p1-yconf: new package
Signed-off-by: Johan Oudinet <johan.oudinet@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2020-01-06 21:24:44 +01:00

14 lines
448 B
Makefile

################################################################################
#
# 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))