add forgotten slack-desc

Signed-off-by: Gwenhael Le Moine <cycojesus@darkstar.example.net>
This commit is contained in:
Gwenhael Le Moine 2009-12-14 15:45:56 +07:00
parent f36618eca4
commit def1f4ec6e

View file

@ -45,6 +45,23 @@ rm -fr $PKG $TMP/$PRGNAM-$VERSION
rake $RAKE_OPTIONS destdir=$PKG prefix=/usr install
)
( cd $PKG
mkdir -p install
cat <<EOF > install/slack-desc
$PRGNAM: $PRGNAM (is a grid-based manual tiling window manager)
$PRGNAM:
$PRGNAM: with a strong focus on easy but customizable look and feel. In comparison to
$PRGNAM: other tiling windows managers, subtle has no automatic tiling of the screen
$PRGNAM: size in any way, instead windows are arranged according to positions inside
$PRGNAM: of a grid - these positions are called gravities.
$PRGNAM:
$PRGNAM:
$PRGNAM:
$PRGNAM: http://unexist.scrapping.cc/projects/subtle
$PRGNAM:
EOF
)
( cd $PKG
makepkg -l y -c n $TMP/$PRGNAM-$(echo $VERSION | tr - .)-$ARCH-$BUILD$PACKAGER.txz
)