summaryrefslogtreecommitdiffstats
path: root/video/minitube/DETAILS
blob: f2efc8e39202554b465a2515cf54626f8dd61a93 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
. "$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://gitorious.org/minitube/minitube.git
    SOURCE_IGNORE=volatile
   FORCE_DOWNLOAD=on
else
         VERSION=2.1.5
          SOURCE="${SPELL}-${VERSION}.tar.gz"
    XSOURCE_HASH="22c172f9e1152a150f03a718c7de39109e9e4b0f"
   SOURCE_URL[0]="https://gitorious.org/minitube/minitube/archive/${XSOURCE_HASH}.tar.gz"
     SOURCE_HASH=sha512:a1f0cf58c976192559c7eeef2beb301477a9510ee701f5963323a72688dfc6927d0624794ffd78f7b8aa9ba415dc65656b1fcdd335238988a3155afb50948eaa
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${SPELL}"
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