This commit is contained in:
parent
7606933939
commit
89db047128
2 changed files with 31 additions and 0 deletions
10
README.md
Normal file
10
README.md
Normal file
|
@ -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/).**
|
21
package.yml
Normal file
21
package.yml
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue