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

9
soft/bar Normal file
View File

@@ -0,0 +1,9 @@
#!/bin/sh
NAME=bar
VERSION=nightly
UPSTREAM=https://github.com/LemonBoy/bar.git
UPSTREAM_TYPE=git
. soft
$GMAKE -C "$PREFIX/src/$NAME" PREFIX="$PREFIX" install