Files
haikuports/games-rpg/diablo_shareware/diablo_shareware-1.09.recipe
Peppersawce 2d3dbca072 DevilutionX: make script work with spawn.mpq (#12172)
Add documentation, change settings path, pack assets
* Add Diablo shareware package
2025-04-30 05:17:32 +00:00

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
}