diff --git a/.build.sh b/.build.sh deleted file mode 100755 index a754fbb..0000000 --- a/.build.sh +++ /dev/null @@ -1,18 +0,0 @@ -#!/bin/sh - -export CC="gcc -static" - -git clone https://github.com/jedisct1/libsodium --depth=1 --branch stable -cd libsodium || exit 1 -./autogen.sh && ./configure --enable-minimal --disable-shared --prefix=/usr && make install -cd .. - -./autogen.sh && ./configure && make -[ -x glorytun ] || exit 1 - -mkdir -p deploy - -cp glorytun deploy/glorytun-$(cat VERSION)-$(uname -m).debug.bin - -strip -s glorytun -cp glorytun deploy/glorytun-$(cat VERSION)-$(uname -m).bin