soft package manager
This commit is contained in:
13
soft/cmatrix
Normal file
13
soft/cmatrix
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user