mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-27 13:22:15 +08:00
20 lines
653 B
Bash
20 lines
653 B
Bash
pkgname=0ad-data
|
|
_pkgname=0ad
|
|
pkgver=0.0.21
|
|
_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')
|
|
changelog=ChangeLog
|
|
source=(http://downloads.sourceforge.net/project/zero-ad/releases/$_pkgname-$_pkgver-unix-data.tar.xz)
|
|
md5sums=('d42b04e1f65d45b5a4bbf8fcea6076f8')
|
|
|
|
package() {
|
|
install -d $pkgdir/usr/share/$_pkgname/data
|
|
cp -r $srcdir/$_pkgname-$_pkgver/binaries/data $pkgdir/usr/share/$_pkgname/
|
|
}
|