. "$GRIMOIRE/FUNCTIONS"
           SPELL=minitube
if [[ "${MINITUBE_BRANCH}" == "scm" ]] ; then
          VERSION=$(get_scm_version)
           SOURCE=${SPELL}-git.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-git
    SOURCE_URL[0]=git://github.com/flaviotordini/minitube.git
    SOURCE_IGNORE=volatile
   FORCE_DOWNLOAD=on
else
         VERSION=2.9
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]="https://github.com/flaviotordini/minitube/archive/$VERSION.tar.gz"
     SOURCE_HASH=sha512:94bac1b7cb1b3388256d088bfb9ffdfe75cc3c1624f60722cedd561015e1afa96351d4ac55b6be27bb5e00641cd7e3198cf2285a0e9b0c586d62d1a7a8c510c9
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
        WEB_SITE="http://flavio.tordini.org/minitube"
      LICENSE[0]=GPL
         ENTERED=20090617
           SHORT="a native YouTube client"
cat << EOF
Minitube is a native YouTube client. With it you can watch YouTube videos
in a new way: you type a keyword, Minitube gives you an endless video
stream. Minitube does not require the Flash Player.
EOF
