From 361c695c5cc12bb3a568f16d5a314f5c524148d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Fri, 17 Nov 2017 08:33:44 +0000 Subject: [PATCH] Remove .build.sh MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- .build.sh | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100755 .build.sh 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