From 4bc37ccf2edce05752026d5936f961c90a1901d9 Mon Sep 17 00:00:00 2001 From: Alexander Zhirov Date: Sat, 29 Mar 2025 17:35:02 +0300 Subject: [PATCH] init --- README.md | 10 ++++++++++ package.yml | 21 +++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 README.md create mode 100644 package.yml diff --git a/README.md b/README.md new file mode 100644 index 0000000..017ea69 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# [wireguard-tools](https://git.zx2c4.com/wireguard-tools/about/) — tools for configuring [WireGuard](https://www.wireguard.com/) + +This supplies the main userspace tooling for using and configuring WireGuard +tunnels, including the +[`awg(8)`](https://git.zx2c4.com/wireguard-tools/about/src/man/wg.8) and +[`awg-quick(8)`](https://git.zx2c4.com/wireguard-tools/about/src/man/wg-quick.8) +utilities. This project supports Linux, OpenBSD, FreeBSD, macOS, Windows, and +Android. + +**More information may be found at [WireGuard.com](https://www.wireguard.com/).** diff --git a/package.yml b/package.yml new file mode 100644 index 0000000..c2585bd --- /dev/null +++ b/package.yml @@ -0,0 +1,21 @@ +name : amneziawg-tools +version : 1.0.20241018 +release : 1 +source : + - https://github.com/amnezia-vpn/amneziawg-tools/archive/refs/tags/v1.0.20241018.tar.gz : 60f1cec1774fb871a2d8dc24e4f731625516d90f663d6e0d2c77d9247222f2f9 +homepage : https://github.com/amnezia-vpn/amneziawg-tools +license : GPL-2.0-only +component : network.util +summary : Required tools for Amnezia-WG, such as awg(8) and awg-quick(8) +description: | + This supplies the main userspace tooling for using and configuring Amnezia-WG tunnels, including the awg(8) and awg-quick(8) utilities. +rundeps : + - iproute2 +environment: | + export WITH_WGQUICK=yes + export WITH_SYSTEMDUNITS=yes + export WITH_SYSTEMDUNITS=yes +build : | + %make -C src +install : | + %make_install -C src