1 # Contributor: Sapphira Armageddos <shadowkyogre@aim.com>
2 pkgname=mse-extrafoils-ghost
5 pkgdesc="Various extra foils from The Foil and Overlay Thread. This one is the ghost foil gradient by smr1313."
7 url="http://mtg.pifro.com/viewtopic.php?f=19&t=704"
9 depends=('magicseteditor')
11 groups=('mse-addons' 'mse-addons-foils')
12 source=('magic-overlay-foil-ghost.mse-installer::http://mtg.pifro.com/download/file.php?id=1655')
13 md5sums=('a04b2196a149bc7ff3bc2e1c42fee239')
16 PACKAGER="Sapphira Armageddos"
20 mkdir -p $pkgdir/usr/share/magicseteditor/data
21 bsdtar -xf magic-overlay-foil-ghost.mse-installer
22 chmod -x ./*.mse-include/*
23 cp -r ./*.mse-include $pkgdir/usr/share/magicseteditor/data
26 # vim:set ts=2 sw=2 et: