mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
frogatto, new recipe (#9645)
This commit is contained in:
3
games-arcade/frogatto/additional-files/frogatto4
Executable file
3
games-arcade/frogatto/additional-files/frogatto4
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
cd /system/data/anura
|
||||
exec /bin/anura --max_window_width=1024 --max_window_height=768 $@
|
||||
42
games-arcade/frogatto/frogatto4-4.0.2.recipe
Normal file
42
games-arcade/frogatto/frogatto4-4.0.2.recipe
Normal file
@@ -0,0 +1,42 @@
|
||||
SUMMARY="An action-adventure game"
|
||||
DESCRIPTION="**Frogatto & Friends** is an action-adventure game, starring a certain quixotic frog. \
|
||||
We're trying to push 2D platforming, pixel-art, and music into uncharted territory; we hope you \
|
||||
like the results!"
|
||||
HOMEPAGE="https://github.com/frogatto/frogatto/"
|
||||
COPYRIGHT="The frogatto team"
|
||||
LICENSE="CC-BY 3.0
|
||||
Zlib"
|
||||
REVISION="1"
|
||||
SOURCE_URI="$HOMEPAGE/archive/refs/tags/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="d266df9e46970d3b7598df0e010b41c03f61b1fbe574171c205c3a64e3da6540"
|
||||
SOURCE_FILENAME="frogatto-v$portVersion.tar.gz"
|
||||
SOURCE_DIR="frogatto-$portVersion"
|
||||
ADDITIONAL_FILES="frogatto4"
|
||||
|
||||
ARCHITECTURES="any"
|
||||
|
||||
PROVIDES="
|
||||
frogatto4 = $portVersion
|
||||
cmd:frogatto4 = $portVersion
|
||||
"
|
||||
REQUIRES="
|
||||
anura$secondaryArchSuffix
|
||||
"
|
||||
|
||||
INSTALL()
|
||||
{
|
||||
installDir=$dataDir/anura/modules/frogatto4
|
||||
mkdir -p $prefix/bin $installDir
|
||||
|
||||
# install frogatto4 module
|
||||
cp -r data $installDir
|
||||
cp -r images $installDir
|
||||
cp -r locale $installDir
|
||||
cp -r music $installDir
|
||||
cp -r sounds $installDir
|
||||
cp -r master-config.cfg $installDir
|
||||
cp -r module.cfg $installDir
|
||||
|
||||
# install launcher script
|
||||
cp -f $portDir/additional-files/frogatto4 $prefix/bin/frogatto4
|
||||
}
|
||||
14
games-arcade/frogatto/licenses/CC-BY 3.0
Normal file
14
games-arcade/frogatto/licenses/CC-BY 3.0
Normal file
@@ -0,0 +1,14 @@
|
||||
Frogatto's files are separated into two licenses; with the exception of a few specific directories, everything is licensed under the CC-BY 3.0 LICENSE ( http://creativecommons.org/licenses/by/3.0/ ).
|
||||
|
||||
The following directories are exempt from this, and all of their contents are copyrighted to the frogatto team.
|
||||
- data/levels, which contains all of our level files
|
||||
- images/characters, which contains all of our main-character art
|
||||
- images/tiles, which contains our tile art
|
||||
- sounds, which contains our sound effects
|
||||
- music, which contains our background music
|
||||
|
||||
Any format-conversions of our audio files, such as the files in music_aac and sounds_wav, are also copyrighted.
|
||||
|
||||
Frogatto’s story, and all visual designs of characters (in any representation) and names of characters within the game are copyrighted.
|
||||
|
||||
The source code to the game -- limited to the C++ source code files found in the "src" directory of the Anura engine -- is also available for license under the Zlib license. See the LICENSE file in that directory for the details of the license.
|
||||
Reference in New Issue
Block a user