New package: 0ad-data-0.0.23
This commit is contained in:
parent
53eabad090
commit
6b0fe39d4c
1 changed files with 20 additions and 0 deletions
20
srcpkgs/0ad-data/template
Normal file
20
srcpkgs/0ad-data/template
Normal file
|
@ -0,0 +1,20 @@
|
|||
# Template file for '0ad-data'
|
||||
pkgname=0ad-data
|
||||
version=0.0.23
|
||||
revision=1
|
||||
noarch=yes
|
||||
wrksrc="0ad-${version}-alpha"
|
||||
short_desc="Historically-based real-time strategy game (data files)"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="CC-BY-SA-3.0"
|
||||
homepage="https://play0ad.com"
|
||||
distfiles="https://releases.wildfiregames.com/0ad-${version}-alpha-unix-data.tar.xz"
|
||||
checksum=fdbf774637252dbedf339fbe29b77d7d585ab53a9a5ddede56dd7b8fda66d8ac
|
||||
|
||||
do_install() {
|
||||
vmkdir usr/share/0ad/data
|
||||
vmkdir usr/share/0ad/data/tools
|
||||
vcopy binaries/data/mods usr/share/0ad/data
|
||||
vcopy binaries/data/config usr/share/0ad/data
|
||||
vcopy binaries/data/tools/atlas usr/share/0ad/data/tools
|
||||
}
|
Loading…
Reference in a new issue