summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2018-07-05 00:17:26 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2018-07-07 04:55:22 +0200
commit7d54e7dfd073c5f8a90a7055fd99d5dccb5277b6 (patch)
tree5f5ea85aeb261eb07364df2eda585ee9b0a7e43b /Makefile
parent5f66af8266eda3e8bc5d1b394e5fb81271b7733f (diff)
[pkg] get openvpn for osx
for now I'm skipping the integration of the build step for openvpn. this is done manually, using the thirdparty scripts in bitmask-dev, and uploaded periodically to downloads.leap.se
Diffstat (limited to 'Makefile')
-rwxr-xr-xMakefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 5aea1a2..1822453 100755
--- a/Makefile
+++ b/Makefile
@@ -44,9 +44,8 @@ deps_osx:
# TODO - bootstrap homebrew if not there
brew install python golang make upx
openvpn_osx:
-# TODO - the build script is in bitmask-dev/pkg/thirdparty. we can clone from there, or move that stuff here.
-# TODO for now we can download it from downloads.leap.se
echo "[+] downloading openvpn..."
+ wget -O $(STAGING)/openvpn https://downloads.leap.se/thirdparty/osx/openvpn/openvpn
helper_osx:
go build -ldflags "-s -w" -o $(STAGING)/$(HELPER_BIN) ./helper
upx $(STAGING)/$(HELPER_BIN)