mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
19 lines
611 B
Bash
19 lines
611 B
Bash
pkgname=0ad-data
|
|
_pkgname=0ad
|
|
pkgver=0.0.23
|
|
_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')
|
|
categories=('games')
|
|
source=("https://releases.wildfiregames.com/0ad-${_pkgver}-unix-data.tar.xz")
|
|
sha1sums=('44c9a93e4e6d89b61b7e177fdbe8165e79776998')
|
|
|
|
package() {
|
|
install -d $pkgdir/usr/share/$_pkgname/data
|
|
cp -r $srcdir/$_pkgname-$_pkgver/binaries/data $pkgdir/usr/share/$_pkgname/
|
|
}
|