]> Cypherpunks.ru repositories - govpn.git/blob - src/makefile
452b23f5c3734385d8be51414adb623936a49132
[govpn.git] / src / makefile
1 GIT ?= git
2
3 all: golang.org/x/crypto github.com/agl/ed25519 github.com/bigeagle/water
4
5 github.com/bigeagle/water:
6         mkdir -p github.com/bigeagle
7         $(GIT) clone https://github.com/bigeagle/water.git github.com/bigeagle/water
8         cd github.com/bigeagle/water && $(GIT) checkout --force 36aebfeb35da4f1f6a975726716c6fc563c5c495
9
10 github.com/agl/ed25519:
11         mkdir -p github.com/agl
12         $(GIT) clone https://github.com/agl/ed25519.git github.com/agl/ed25519
13         cd github.com/agl/ed25519 && $(GIT) checkout --force d2b94fd789ea21d12fac1a4443dd3a3f79cda72c
14
15 golang.org/x/crypto:
16         mkdir -p golang.org/x
17         $(GIT) clone https://go.googlesource.com/crypto golang.org/x/crypto
18         cd golang.org/x/crypto && $(GIT) checkout --force 24ffb5feb3312a39054178a4b0a4554fc2201248