desktop/0ad-data/PKGBUILD

19 lines
553 B
Bash
Raw Normal View History

2012-09-09 00:04:30 +08:00
pkgname=0ad-data
_pkgname=0ad
2018-12-24 15:12:06 +08:00
pkgver=0.0.23.1
#_pkgver=$pkgver-alpha
_pkgver=0.0.23b-alpha
2012-09-09 00:04:30 +08:00
pkgrel=1
pkgdesc="Cross-platform, 3D and historically-based real-time strategy game (data files)"
arch=('any')
url="http://wildfiregames.com/0ad"
2018-05-19 13:44:53 +08:00
license=('GPL2' 'CCPL')
2012-09-09 00:04:30 +08:00
categories=('games')
2018-05-19 13:44:53 +08:00
source=("https://releases.wildfiregames.com/0ad-${_pkgver}-unix-data.tar.xz")
2018-12-24 15:12:06 +08:00
sha1sums=('3e2be1d72e9ed5d413f2cd81de9d48b73b141085')
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/
}