1
0
Files
src/soft/cmatrix
2023-11-25 01:16:47 -07:00

14 lines
313 B
Bash

#!/bin/sh
NAME=cmatrix
VERSION=nightly
UPSTREAM=https://github.com/abishekvashok/cmatrix.git
UPSTREAM_TYPE=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