This commit is contained in:
TriForceX
2021-03-13 22:13:38 -03:00
parent c77595adbd
commit b3ecc6e32d
7043 changed files with 119377 additions and 73694 deletions

View 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

View File

@@ -0,0 +1,3 @@
# Locally calculated
sha256 184069d9055991cb8b7bd07dde8737a0a793e66e1ec1020deb680f83260a3e82 erlang-p1-pkix-1.0.4.tar.gz
sha256 cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30 LICENSE

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