#Packager: George Vlahavas pkgname=xfce4-terminal-colors-solarized pkgver=20140125 pkgrel=1gv arch=noarch source=("solarized-$pkgver.tar.gz") docs=("license" "readme") url=https://github.com/sgerrand/xfce4-terminal-colors-solarized slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "xfce4-terminal-colors-solarized (color schemes for the Xfce terminal)" "Solarized is a sixteen color palette (eight monotones, eight accent" "colors) designed for use with terminal and gui applications." "This package includes Solarized color schemes for the Xfce terminal." ) build() { cd $startdir/src/solarized-$pkgver mkdir -p $startdir/pkg//usr/share/xfce4/terminal/colorschemes cp *.theme $startdir/pkg/usr/share/xfce4/terminal/colorschemes }