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,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,2 @@
# Locally calculated
sha256 6fb8ac6345d940396ecf89d4ce6b9b809039f336d85d7a54239e85106a807612 erlang-goldrush-0.1.9.tar.gz

View File

@@ -0,0 +1,14 @@
################################################################################
#
# erlang-goldrush
#
################################################################################
ERLANG_GOLDRUSH_VERSION = 0.1.9
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))