1 # Maintainer: NiteHogg <keith.b.elliott [at] gmail [dot] com>
2 pkgname=spring-evolutionrts
5 pkgdesc="A free mod for the Spring engine that revolves around fast \
6 thinking and micro-management as well as macro-management gameplay."
8 url="http://www.evolutionrts.info"
12 noextract="evo-v$pkgver.sdz"
13 source=("http://packages.springrts.com/builds/evo-v$pkgver.sdz")
14 md5sums=('ccc6fb311f9f103b449940a5183f22a9')
18 mkdir -p $pkgdir/usr/share/spring/mods
19 install -Dm644 $srcdir/evo-v$pkgver.sdz $pkgdir/usr/share/spring/mods
22 # vim:set ts=2 sw=2 et: