improvements and more stuffs

This commit is contained in:
2023-11-25 12:54:18 -07:00
parent f1d8102be5
commit c89a46ad0b
15 changed files with 141 additions and 19 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
NAME=unrar
VERSION=nightly
UPSTREAM=https://github.com/pmachapman/unrar.git
. soft
# depends on
# g++
$MAKE -C "$SRC"
ln -s "$SRC/$NAME" "$BIN/$NAME"