mirror of
https://github.com/MiyooCFW/buildroot.git
synced 2025-09-27 22:24:19 +03:00
Merge from bittboy/buildroot@26c91a9
This commit is contained in:
8
package/erlang-jose/Config.in
Normal file
8
package/erlang-jose/Config.in
Normal file
@@ -0,0 +1,8 @@
|
||||
config BR2_PACKAGE_ERLANG_JOSE
|
||||
bool "erlang-jose"
|
||||
select BR2_PACKAGE_ERLANG_BASE64URL
|
||||
help
|
||||
JSON Object Signing and Encryption (JOSE) for Erlang and
|
||||
Elixir.
|
||||
|
||||
https://github.com/potatosalad/erlang-jose
|
||||
3
package/erlang-jose/erlang-jose.hash
Normal file
3
package/erlang-jose/erlang-jose.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 d55a9d3a1697833fed555a21f1aeb2727af88193995cb6ffa945d4b6749d0e8d erlang-jose-1.9.0.tar.gz
|
||||
sha256 6397e2bd9a35a64c1bb798b937071fbe49d90667f717e65c74a0d0fe93d5c1be LICENSE.md
|
||||
13
package/erlang-jose/erlang-jose.mk
Normal file
13
package/erlang-jose/erlang-jose.mk
Normal file
@@ -0,0 +1,13 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-jose
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_JOSE_VERSION = 1.9.0
|
||||
ERLANG_JOSE_SITE = $(call github,potatosalad,erlang-jose,$(ERLANG_JOSE_VERSION))
|
||||
ERLANG_JOSE_LICENSE = MIT
|
||||
ERLANG_JOSE_LICENSE_FILES = LICENSE.md
|
||||
ERLANG_JOSE_DEPENDENCIES = erlang-base64url
|
||||
|
||||
$(eval $(rebar-package))
|
||||
Reference in New Issue
Block a user