Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 May 2018 14:33:10 +0200
From:      "Jason A. Donenfeld" <Jason@zx2c4.com>
To:        ports <freebsd-ports@freebsd.org>
Cc:        WireGuard mailing list <wireguard@lists.zx2c4.com>, decke@freebsd.org
Subject:   Re: WireGuard for FreeBSD
Message-ID:  <CAHmME9pnJqE0gaM_zPTwZ5i%2BQb7nNeSw=P4%2BVhG3aMiUYGdJkg@mail.gmail.com>
In-Reply-To: <CAHmME9rJonVbSRHCPy0W7Pr=vmJoMbVTHbGw0C1xwBze4Px7uA@mail.gmail.com>
References:  <CAHmME9rJonVbSRHCPy0W7Pr=vmJoMbVTHbGw0C1xwBze4Px7uA@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, May 21, 2018 at 11:35 PM, Jason A. Donenfeld <Jason@zx2c4.com> wrote:
> 2. wireguard-go
> Runtime dependencies: none
> Buildtime dependencies: gmake, go
> Build: export GOPATH=$(pwd)/gopath; go get -d; gmake
> Install: gmake PREFIX=/usr/local install
> URL template: https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-VERSION.tar.xz

This has now been simplified slightly and uses proper vendoring of dependencies:

Runtime dependencies: none
Buildtime dependencies: gmake, go, dep
Build: gmake
Install: gmake PREFIX=/usr/local install
URL template: https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-VERSION.tar.xz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHmME9pnJqE0gaM_zPTwZ5i%2BQb7nNeSw=P4%2BVhG3aMiUYGdJkg>