diff --git a/wireguard-tools.yaml b/wireguard-tools.yaml index a26ab671ae18..788ff05944f0 100644 --- a/wireguard-tools.yaml +++ b/wireguard-tools.yaml @@ -5,7 +5,7 @@ package: name: wireguard-tools version: "1.0.20260223" - epoch: 0 # go/wolfi-rsc/wireguard-tools + epoch: 1 # updating since build instruction changed description: "Next generation secure network tunnel: userspace tools" copyright: - license: GPL-2.0-only @@ -36,7 +36,7 @@ pipeline: dir: src opts: | WITH_BASHCOMPLETION=no \ - WITH_WGQUICK=no \ + WITH_WGQUICK=yes \ WITH_SYSTEMDUNITS=no - runs: | @@ -53,6 +53,21 @@ subpackages: test: pipeline: - uses: test/docs + - name: wireguard-tools-wg-quick + description: wg-quick script for wireguard-tools + dependencies: + runtime: + - bash + - iproute2 + - wireguard-tools + pipeline: + - runs: | + mkdir -p "${{targets.subpkgdir}}"/usr/bin + mv "${{targets.destdir}}"/usr/bin/wg-quick \ + "${{targets.subpkgdir}}"/usr/bin/wg-quick + test: + pipeline: + - runs: wg-quick --help update: enabled: true