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:
6
package/erlang-p1-pkix/Config.in
Normal file
6
package/erlang-p1-pkix/Config.in
Normal file
@@ -0,0 +1,6 @@
|
||||
config BR2_PACKAGE_ERLANG_P1_PKIX
|
||||
bool "erlang-p1-pkix"
|
||||
help
|
||||
PKIX certificates management library for Erlang.
|
||||
|
||||
https://github.com/processone/pkix
|
||||
3
package/erlang-p1-pkix/erlang-p1-pkix.hash
Normal file
3
package/erlang-p1-pkix/erlang-p1-pkix.hash
Normal file
@@ -0,0 +1,3 @@
|
||||
# Locally calculated
|
||||
sha256 184069d9055991cb8b7bd07dde8737a0a793e66e1ec1020deb680f83260a3e82 erlang-p1-pkix-1.0.4.tar.gz
|
||||
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE
|
||||
12
package/erlang-p1-pkix/erlang-p1-pkix.mk
Normal file
12
package/erlang-p1-pkix/erlang-p1-pkix.mk
Normal file
@@ -0,0 +1,12 @@
|
||||
################################################################################
|
||||
#
|
||||
# erlang-p1-pkix
|
||||
#
|
||||
################################################################################
|
||||
|
||||
ERLANG_P1_PKIX_VERSION = 1.0.4
|
||||
ERLANG_P1_PKIX_SITE = $(call github,processone,pkix,$(ERLANG_P1_PKIX_VERSION))
|
||||
ERLANG_P1_PKIX_LICENSE = Apache-2.0
|
||||
ERLANG_P1_PKIX_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(rebar-package))
|
||||
Reference in New Issue
Block a user