#!/bin/sh set -e # Insert build commands in here. # # Below are example commands. # ./configure make make DESTDIR=app install exit 0