summaryrefslogtreecommitdiff
path: root/pkg/docker_bundler/systray.sh
blob: 4bb190678126de50b49ef3f58e09dd95eb6d71bf (plain)
1
2
3
4
5
6
7
8
9
10
export GOPATH=/srv/go
export CGO_CPPFLAGS="-I/usr/include"
export CGO_LDFLAGS="-L/usr/lib -L/usr/lib/z86_64-linux-gnu -lzmq -lpthread -lsodium -lrt -lstdc++ -lm -lc -lgcc"

echo "[+] building systray deps"
go get -a 0xacab.org/leap/bitmask-systray
cd /src/leap && git clone --depth 1 --single-branch --branch master https://0xacab.org/leap/bitmask-systray
echo "[+] building systray"
cd bitmask-systray && go build .
cp -r /src/leap/bitmask-systray/bitmask-systray /dist