1.0.20241018
All checks were successful
Build / Build project (push) Successful in 18s

This commit is contained in:
Alexander Zhirov 2025-05-02 15:13:55 +03:00
parent 7606933939
commit 89db047128
Signed by: alexander
GPG key ID: C8D8BE544A27C511
2 changed files with 31 additions and 0 deletions

21
package.yml Normal file
View file

@ -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