summaryrefslogtreecommitdiffstats
path: root/wm-addons/wicked/DETAILS
blob: 649ac6875996348974a5a4a363f3b35cfec0737d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
. "$GRIMOIRE/FUNCTIONS"
           SPELL=wicked
         VERSION=$(get_scm_version)
          SOURCE=${SPELL}-${VERSION}.tar.bz2
   SOURCE_URL[0]=git://git.glacicle.com/awesome/wicked.git:$SPELL-$VERSION
     SOURCE_IGNORE=volatile
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://awesome.naquadah.org/wiki/index.php?title=Wicked"
      LICENSE[0]=GPL
         ENTERED=20081006
            DOCS="wicked.7.txt"
           SHORT="Wicked widgets for the awesome window manager."
cat << EOF
Wicked is a lua library, which means you can require() it from within rc.lua,
and set up all your widgets from inside the same config file, without having
to run a separate program with separate config files.
EOF