mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
24 lines
535 B
Bash
24 lines
535 B
Bash
SUMMARY="O A.D. - Game Data"
|
|
DESCRIPTION="Data for the game 0 A.D."
|
|
HOMEPAGE="https://play0ad.com/"
|
|
COPYRIGHT="Wildfire Games"
|
|
LICENSE="0ADLicense"
|
|
REVISION="1"
|
|
SOURCE_URI="https://releases.wildfiregames.com/0ad-${portVersion/\~/-}-unix-data.tar.xz"
|
|
CHECKSUM_SHA256="e11b4ade7ede954cbbdc1fe6e2e4b25ac6b8d5a644133b640ffc9b099338a713"
|
|
SOURCE_DIR="0ad-${portVersion/\~/-}"
|
|
|
|
ARCHITECTURES="any"
|
|
|
|
DISABLE_SOURCE_PACKAGE="yes"
|
|
|
|
PROVIDES="
|
|
0ad_data = $portVersion
|
|
"
|
|
|
|
INSTALL()
|
|
{
|
|
mkdir -p $dataDir/0ad
|
|
cp -R binaries/data/* $dataDir/0ad
|
|
}
|