mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 13:47:34 +00:00
Ports: Add flare-game
Add a playable campagin to flare-engine
This commit is contained in:
parent
54ea999373
commit
2d31903e07
2 changed files with 24 additions and 0 deletions
23
Ports/flare-game/package.sh
Executable file
23
Ports/flare-game/package.sh
Executable file
|
@ -0,0 +1,23 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port='flare-game'
|
||||
useconfigure='true'
|
||||
version='1.14'
|
||||
depends=(
|
||||
'flare-engine'
|
||||
)
|
||||
files=(
|
||||
"https://github.com/flareteam/flare-game/archive/refs/tags/v${version}.tar.gz 65758462070aa88842084f8ee69083d8226e93cfbf83481663276d8307494b8e"
|
||||
)
|
||||
|
||||
configopts=(
|
||||
"-DCMAKE_INSTALL_PREFIX=${SERENITY_INSTALL_ROOT}/usr/local"
|
||||
"-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt"
|
||||
)
|
||||
|
||||
configure() {
|
||||
run cmake "${configopts[@]}"
|
||||
}
|
||||
|
||||
install() {
|
||||
run make "${installopts[@]}" install
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue