#!/bin/sh

NAME=bar
VERSION=nightly
UPSTREAM=https://github.com/LemonBoy/bar.git
. soft

$GMAKE -C "$SRC" PREFIX="$PREFIX" install
