1
0
src/soft/unrar
2023-11-25 12:54:18 -07:00

12 lines
162 B
Bash

#!/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"