Files
haikuports/games-arcade/vvvvvv_data/vvvvvv_data-2.0.recipe
Augustin Cavalier 06a81c636e Re-enable VVVVV.
2022-12-06 14:09:28 -05:00

28 lines
965 B
Bash

SUMMARY="Data for VVVVVV"
DESCRIPTION="Notice requested by the author: VVVVVV is a commercial game! The author has \
given special permission to make this Haiku version available for free. If you \
enjoy the game, please consider purchasing a copy at thelettervsixtim.es. \
Data file from the Make and Play Edition of VVVVVV. Distributed with permission from \
Terry Cavanagh as a license exception. More info available here: \
https://github.com/TerryCavanagh/VVVVVV/blob/master/License%20exceptions.md"
HOMEPAGE="https://thelettervsixtim.es"
COPYRIGHT="Terry Cavanagh 2010-2020"
LICENSE="VVVVVV Source Code License v1.0"
REVISION="1"
SOURCE_URI="https://thelettervsixtim.es/makeandplay/data.zip#noarchive"
CHECKSUM_SHA256="c767809594f6472da9f56136e76657e38640d584164a46112250ac6293ecc0ea"
ARCHITECTURES="any"
DISABLE_SOURCE_PACKAGE="yes"
PROVIDES="
vvvvvv_data = $portVersion
"
INSTALL()
{
mkdir -p $appsDir/vvvvvv/
cp data.zip $appsDir/vvvvvv/data.zip
}