Alright, we now have a release that fully supports OpenBSD, so the full instructions for the two packages are:
1. wireguard-tools, providing wg(8) and wg-quick(8) Runtime dependencies: libc, bash, wireguard-go Buildtime dependencies: gmake, c compiler, libc Fixup: sed -i 's/install -v/install/g;s/@install/install/g' src/tools/Makefile Build: gmake -C src/tools WITH_WGQUICK=yes Install: gmake -C src/tools PREFIX=/usr/local install URL: https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20180524.tar.xz 2. wireguard-go Runtime dependencies: none Buildtime dependencies: gmake, go Fixup: sed -i 's/install -v/install/g;s/@install/install/g' Makefile Build: gmake Install: gmake PREFIX=/usr/local install URL: https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-0.0.20180524.tar.xz