#!/bin/sh

NAME=cmatrix
VERSION=nightly
UPSTREAM=https://github.com/abishekvashok/cmatrix.git
. soft

# depends on:
#	ncurses-devel (optional if curses.h is present on system)

sh -c 'cd "$PREFIX/src/$NAME"; autoreconf -i && ./configure --prefix="$PREFIX"'
$GMAKE -C "$PREFIX/src/$NAME" install
