[Buildroot] [PATCH v3 1/1] glorytun: new package

Adrien Gallouët adrien at gallouet.fr
Tue Dec 5 16:22:59 UTC 2017


Signed-off-by: Adrien Gallouët <adrien at gallouet.fr>
---
 package/Config.in              |  1 +
 package/glorytun/Config.in     |  6 ++++++
 package/glorytun/glorytun.hash |  2 ++
 package/glorytun/glorytun.mk   | 13 +++++++++++++
 4 files changed, 22 insertions(+)
 create mode 100644 package/glorytun/Config.in
 create mode 100644 package/glorytun/glorytun.hash
 create mode 100644 package/glorytun/glorytun.mk

diff --git a/package/Config.in b/package/Config.in
index 433224c3a4..b1442c8916 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1653,6 +1653,7 @@ menu "Networking applications"
 	source "package/freeswitch/Config.in"
 	source "package/freeswitch-mod-bcg729/Config.in"
 	source "package/gesftpserver/Config.in"
+	source "package/glorytun/Config.in"
 	source "package/gupnp-tools/Config.in"
 	source "package/gutenprint/Config.in"
 	source "package/hans/Config.in"
diff --git a/package/glorytun/Config.in b/package/glorytun/Config.in
new file mode 100644
index 0000000000..93c1afd8cd
--- /dev/null
+++ b/package/glorytun/Config.in
@@ -0,0 +1,6 @@
+config BR2_PACKAGE_GLORYTUN
+	bool "glorytun"
+	select BR2_PACKAGE_LIBSODIUM
+	help
+	  A small, simple and secure VPN.
+	  https://github.com/angt/glorytun
diff --git a/package/glorytun/glorytun.hash b/package/glorytun/glorytun.hash
new file mode 100644
index 0000000000..891af2079e
--- /dev/null
+++ b/package/glorytun/glorytun.hash
@@ -0,0 +1,2 @@
+sha256 76849b1568119cf0834749db56d4882966863d31351c21c1b22f373f0c97a498  glorytun-0.0.93-mud.tar.gz
+sha256 bd418f8ef7d62f2c89e3aa1e5dc41c7d7a6212eb1cdb4d39a26a5bd333e1b4a3  LICENSE
diff --git a/package/glorytun/glorytun.mk b/package/glorytun/glorytun.mk
new file mode 100644
index 0000000000..81b45c4da8
--- /dev/null
+++ b/package/glorytun/glorytun.mk
@@ -0,0 +1,13 @@
+################################################################################
+#
+# glorytun
+#
+################################################################################
+
+GLORYTUN_VERSION = 0.0.93-mud
+GLORYTUN_SITE = https://github.com/angt/glorytun/releases/download/v$(GLORYTUN_VERSION)
+GLORYTUN_DEPENDENCIES = libsodium
+GLORYTUN_LICENSE = BSD-2-clause
+GLORYTUN_LICENSE_FILES = LICENSE
+
+$(eval $(autotools-package))
-- 
2.15.1



More information about the buildroot mailing list