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