1
0

soft package manager

This commit is contained in:
dtb
2023-11-25 01:16:47 -07:00
parent b3c760446f
commit cfa82df72b
8 changed files with 95 additions and 204 deletions

13
soft/cmatrix Normal file
View 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