#!/usr/bin/env bash set -euo pipefail IFS=$'\n\t' set -vx pushd 'vendor/libsodium' ./autogen.sh ./configure make install popd