12 lines
162 B
Bash
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"
|