From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] wireguard-tools: Add package Date: Mon, 18 Sep 2023 13:16:08 +0000 Message-ID: <20230918131608.1101357-1-peter.mueller@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3228595077760137353==" List-Id: --===============3228595077760137353== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Signed-off-by: Peter M=C3=BCller --- wireguard-tools/wireguard-tools.nm | 42 ++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 wireguard-tools/wireguard-tools.nm diff --git a/wireguard-tools/wireguard-tools.nm b/wireguard-tools/wireguard-t= ools.nm new file mode 100644 index 000000000..b3c2a7eaf --- /dev/null +++ b/wireguard-tools/wireguard-tools.nm @@ -0,0 +1,42 @@ +############################################################################= ### +# IPFire.org - An Open Source Firewall Solution = # +# Copyright (C) - IPFire Development Team = # +############################################################################= ### + +name =3D wireguard-tools +version =3D 1.0.20210914 +release =3D 1 + +groups =3D Networking/VPN +url =3D https://www.wireguard.com/ +license =3D GPLv2+ +summary =3D 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 =3D https://git.zx2c4.com/wireguard-tools/snapshot/ +sources =3D %{thisapp}.tar.xz + +build + DIR_BUILD =3D %{DIR_APP}/src +end + +packages + package %{name} + + package %{name}-debuginfo + template DEBUGINFO + end +end --=20 2.39.2 --===============3228595077760137353==--