desktop/0ad-data/PKGBUILD

19 lines
607 B
Bash
Raw Normal View History

2012-09-09 00:04:30 +08:00
pkgname=0ad-data
_pkgname=0ad
2017-07-27 20:28:19 +08:00
pkgver=0.0.22
2012-09-09 00:04:30 +08:00
_pkgver=$pkgver-alpha
pkgrel=1
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game (data files)"
screenshot=http://www.wildfiregames.com/0ad/images/news_images/dynamic-borders.jpg
arch=('any')
url="http://wildfiregames.com/0ad"
license=('GPL2' 'CCPL-by-sa')
categories=('games')
2017-07-27 20:28:19 +08:00
source=("http://releases.wildfiregames.com/0ad-${_pkgver}-unix-data.tar.xz")
md5sums=('290c41ab2a02d0f20a9b4c20fe07dec5')
2012-09-09 00:04:30 +08:00
2014-10-20 17:45:39 +08:00
package() {
install -d $pkgdir/usr/share/$_pkgname/data
2012-09-09 00:04:30 +08:00
cp -r $srcdir/$_pkgname-$_pkgver/binaries/data $pkgdir/usr/share/$_pkgname/
}