libgocryptfs/build-without-openssl.bash
Jakob Unterwurzacher 0ac5e44137 Add "package-static.bash" helper script
Creates a tar.gz with a static build of gocryptfs and the man page.
2017-06-04 19:25:08 +02:00

6 lines
95 B
Bash
Executable File

#!/bin/bash -eu
cd "$(dirname "$0")"
CGO_ENABLED=0 source ./build.bash -tags without_openssl