Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 17 additions & 2 deletions wireguard-tools.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -36,7 +36,7 @@ pipeline:
dir: src
opts: |
WITH_BASHCOMPLETION=no \
WITH_WGQUICK=no \
WITH_WGQUICK=yes \
WITH_SYSTEMDUNITS=no

- runs: |
Expand All @@ -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
Expand Down