improvements and more stuffs
This commit is contained in:
11
soft/unrar
Normal file
11
soft/unrar
Normal 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"
|
||||
Reference in New Issue
Block a user