]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
wireguard-tools: Add package
authorPeter Müller <peter.mueller@ipfire.org>
Mon, 18 Sep 2023 13:16:08 +0000 (13:16 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 18 Sep 2023 14:14:40 +0000 (14:14 +0000)
Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
wireguard-tools/wireguard-tools.nm [new file with mode: 0644]

diff --git a/wireguard-tools/wireguard-tools.nm b/wireguard-tools/wireguard-tools.nm
new file mode 100644 (file)
index 0000000..b3c2a7e
--- /dev/null
@@ -0,0 +1,42 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = wireguard-tools
+version    = 1.0.20210914
+release    = 1
+
+groups     = Networking/VPN
+url        = https://www.wireguard.com/
+license    = GPLv2+
+summary    = WireGuard: fast, modern, secure VPN tunnel
+
+description
+       WireGuard is an extremely simple yet fast and modern VPN that
+       utilizes state-of-the-art cryptography. It aims to be faster, simpler,
+       leaner, and more useful than IPsec, while avoiding the massive
+       headache. It intends to be considerably more performant than OpenVPN.
+       WireGuard is designed as a general purpose VPN for running on embedded
+       interfaces and super computers alike, fit for many different
+       circumstances. Initially released for the Linux kernel, it is now
+       cross-platform (Windows, macOS, BSD, iOS, Android) and widely
+       deployable. It is currently under heavy development, but already it
+       might be regarded as the most secure, easiest to use, and simplest VPN
+       solution in the industry.
+end
+
+source_dl  = https://git.zx2c4.com/wireguard-tools/snapshot/
+sources    = %{thisapp}.tar.xz
+
+build
+       DIR_BUILD = %{DIR_APP}/src
+end
+
+packages
+       package %{name}
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end