mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
26 lines
738 B
Bash
26 lines
738 B
Bash
SUMMARY="Shareware version of Diablo, to be used with DevilutionX"
|
|
DESCRIPTION="This is the latest shareware release (v1.09) of Diablo, packed to be used with DevilutionX."
|
|
HOMEPAGE="https://devilutionx.com/"
|
|
COPYRIGHT="1996 - 2001 Blizzard Entertainment"
|
|
LICENSE="Public Domain"
|
|
REVISION="1"
|
|
SOURCE_URI="https://github.com/diasurgical/devilutionx-assets/releases/download/v2/spawn.mpq#noarchive"
|
|
CHECKSUM_SHA256="64427cd7c1ba904eaa2e0031c16a6b136d0ecef9abc888c5ff8344b459356e38"
|
|
SOURCE_FILENAME="spawn.mpq"
|
|
|
|
ARCHITECTURES="any"
|
|
DISABLE_SOURCE_PACKAGE="yes"
|
|
|
|
PROVIDES="
|
|
diablo_shareware = $portVersion
|
|
"
|
|
REQUIRES="
|
|
app:DevilutionX
|
|
"
|
|
|
|
INSTALL()
|
|
{
|
|
# Pack game data
|
|
mkdir -p $appsDir/devilutionx && cp spawn.mpq $appsDir/devilutionx
|
|
}
|