# Contributor: Athemis # Contributor: ReNoM # Contributor: NiteHogg # Contributor: Anton Leontiev pkgname=spring-ba pkgver=9.02 pkgrel=1 pkgdesc="A popular balanced Spring mod based on Absolute Annihilation" arch=(any) url='https://springrts.com/wiki/Balanced_Annihilation' license=('GPL' 'CCPL' 'custom:non-free') depends=('spring') source=("ba-v$pkgver.sdz::http://springfiles.com/downloadmain/start/19687" 'license-non-free') noextract=("ba-v$pkgver.sdz") md5sums=('7d0de19467ce1899ff904810be6f3f66' '28872feaac21fc4b2b4ae00b3f86e52a') PKGEXT='.pkg.tar' package() { install -Dm 644 ba-v$pkgver.sdz "$pkgdir/usr/share/spring/games/ba-v$pkgver.sdz" install -Dm 644 license-non-free "$pkgdir/usr/share/licenses/$pkgname/non-free" }