Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: abi_used_libs =================================================================== --- /dev/null +++ abi_used_libs @@ -0,0 +1 @@ +libc.so.6 Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,21 @@ +name : wireguard-tools +version : 1.0.20200513 +release : 1 +source : + - https://git.zx2c4.com/wireguard-tools/snapshot/wireguard-tools-1.0.20200513.tar.xz : e73409a9fb8c90506db241d1e1a4e7372a60dbfa400e37f4ab2fd70a92ba495f +license : GPL-2.0 +component : network.util +summary : Required tools for WireGuard, such as wg(8) and wg-quick(8) +description: | + This supplies the main userspace tooling for using and configuring WireGuard tunnels, including the wg(8) and wg-quick(8) utilities. +builddeps : [] +environment: | + export WITH_WGQUICK=yes + export WITH_SYSTEMDUNITS=yes +build : | + %make -C src +install : | + %make_install -C src + + # Remove empty directories + rm -r $installdir/etc Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,41 @@ + + + wireguard-tools + + Silke Hofstra + silke@slxh.eu + + GPL-2.0 + network.util + Required tools for WireGuard, such as wg(8) and wg-quick(8) + This supplies the main userspace tooling for using and configuring WireGuard tunnels, including the wg(8) and wg-quick(8) utilities. + + https://getsol.us/sources/README.Solus + + + wireguard-tools + Required tools for WireGuard, such as wg(8) and wg-quick(8) + This supplies the main userspace tooling for using and configuring WireGuard tunnels, including the wg(8) and wg-quick(8) utilities. + + network.util + + /usr/bin/wg + /usr/bin/wg-quick + /usr/lib/systemd/system/wg-quick.target + /usr/lib/systemd/system/wg-quick@.service + /usr/share/bash-completion/completions/wg + /usr/share/bash-completion/completions/wg-quick + /usr/share/man/man8/wg-quick.8 + /usr/share/man/man8/wg.8 + + + + + 2020-07-04 + 1.0.20200513 + Packaging update + Silke Hofstra + silke@slxh.eu + + + \ No newline at end of file