mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-08 21:00:05 +02:00
ccleste, cleanup (#10659)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user