blob: c359cb2fc3c7769518f677ea7427899a266bedd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Contributor: Athemis <athemis@ish.de>
# Contributor: ReNoM <renom [at] list [dot] ru>
# Contributor: NiteHogg <keith.b.elliott [at] gmail [dot] com>
# Contributor: Anton Leontiev <scileont /at/ gmail.com>
pkgname=spring-ba
pkgver=15.1.4
pkgrel=1
pkgdesc='A fan mod of Total Annihilation with remastered graphics and balance'
arch=(any)
url='https://balancedannihilation.com/'
license=('GPL' 'CCPL' 'custom:non-free')
depends=('spring')
source=("https://github.com/Balanced-Annihilation/Balanced-Annihilation/releases/download/VERSION%7Bv${pkgver}%7D/balanced_annihilation-v$pkgver.sdz"
'license-non-free')
noextract=("balanced_annihilation-v$pkgver.sdz")
md5sums=('32c019d63c0104be760e76b6aa9f4ca3'
'28872feaac21fc4b2b4ae00b3f86e52a')
PKGEXT='.pkg.tar'
package() {
install -Dm644 balanced_annihilation-v$pkgver.sdz \
"$pkgdir/usr/share/spring/games/balanced_annihilation-v$pkgver.sdz"
install -Dm644 license-non-free "$pkgdir/usr/share/licenses/$pkgname/non-free"
}
|