#!/bin/sh set -eu # Insert build commands in here. # # If you're feeling particular paranoid, you can make it chroot here. # ./configure make -j4 make DESTDIR=app install exit 0