diff --git a/ccleste-1.4.0.recipe b/ccleste-1.4.0.recipe deleted file mode 100644 index 3dbdfd64d..000000000 --- a/ccleste-1.4.0.recipe +++ /dev/null @@ -1,53 +0,0 @@ -SUMMARY="A classic platform game" -DESCRIPTION="Celeste Classic is the original free version of Celeste, created in 2016. It was written for the Pico-8 virtual console. The game can be found on Pico-8's website and on itch.io. The original code for the game was written in a form of the Lua programming language tailored to the Pico-8, although the version of Celeste Classic found inside the full Celeste game is written in C#." - -HOMEPAGE="https://github.com/lemon32767/ccleste" -COPYRIGHT="lemon32767" -LICENSE="GNU GPL v2" -REVISION="1" -SOURCE_URI="https://github.com/lemon32767/ccleste/archive/refs/tags/v$portVersion.tar.gz" -CHECKSUM_SHA256="32dfd797f3c863201e0c19aa97974c56a8ed589a34c0522503f25f6e1399edd6" -SOURCE_DIR="ccleste-$portVersion" - -ARCHITECTURES="x86_gcc2 x86 x86_64" - -PROVIDES=" -ccleste$secondaryArchSuffix = $portVersion -app:ccleste$secondaryArchSuffix = $portVersion -cmd:ccleste -" -REQUIRES=" -haiku$secondaryArchSuffix -lib:libsdl2_2.0$secondaryArchSuffix -lib:libsdl2_mixer_2.0$secondaryArchSuffix -" - -BUILD_REQUIRES=" -haiku${secondaryArchSuffix}_devel -devel:libsdl2_2.0$secondaryArchSuffix -devel:libsdl2_mixer_2.0$secondaryArchSuffix -" - -BUILD_PREREQUIRES=" -cmd:gcc$secondaryArchSuffix -cmd:ld$secondaryArchSuffix -cmd:make -cmd:pkg_config$secondaryArchSuffix -" - -BUILD() -{ - -make $jobArgs -} - -INSTALL() -{ - -mkdir -p $appsDir/ccleste -cp ccleste $appsDir/ccleste -cp *.txt $appsDir/ccleste -cp -r data $appsDir/ccleste -chmod +x "$appsDir/ccleste/ccleste" -addAppDeskbarSymlink "$appsDir/ccleste/ccleste" "ccleste" -} \ No newline at end of file diff --git a/games-arcade/ccleste/ccleste-1.4.0.recipe b/games-arcade/ccleste/ccleste-1.4.0.recipe index 09702b74b..b6a12a43d 100644 --- a/games-arcade/ccleste/ccleste-1.4.0.recipe +++ b/games-arcade/ccleste/ccleste-1.4.0.recipe @@ -8,7 +8,7 @@ HOMEPAGE="https://github.com/lemon32767/ccleste" COPYRIGHT="Maddy Thorson & Noel Berry 2020-2021 lemon32767" LICENSE="CC-BY-NC-SA-4.0" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/lemon32767/ccleste/archive/refs/tags/v$portVersion.tar.gz" CHECKSUM_SHA256="32dfd797f3c863201e0c19aa97974c56a8ed589a34c0522503f25f6e1399edd6" SOURCE_DIR="ccleste-$portVersion" diff --git a/test.txt b/test.txt deleted file mode 100644 index 3b1246497..000000000 --- a/test.txt +++ /dev/null @@ -1 +0,0 @@ -TEST \ No newline at end of file