Import buildroot 2016.02.01

This commit is contained in:
2016-02-24 22:35:39 +01:00
parent a6ee09dea4
commit 828befcf3c
7393 changed files with 390887 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
config BR2_PACKAGE_ERLANG_GOLDRUSH
bool "erlang-goldrush"
help
Goldrush is a small Erlang app that provides fast event
stream processing.
https://github.com/DeadZen/goldrush

View File

@@ -0,0 +1,14 @@
################################################################################
#
# erlang-goldrush
#
################################################################################
ERLANG_GOLDRUSH_VERSION = 0.1.6
ERLANG_GOLDRUSH_SITE = $(call github,DeadZen,goldrush,$(ERLANG_GOLDRUSH_VERSION))
ERLANG_GOLDRUSH_LICENSE = ISC
ERLANG_GOLDRUSH_LICENSE_FILES = LICENSE
ERLANG_GOLDRUSH_INSTALL_STAGING = YES
$(eval $(rebar-package))
$(eval $(host-rebar-package))