1
0
Fork 0
src/soft/cmatrix

13 lines
295 B
Bash

#!/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