mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 13:24:17 +08:00
Add openttd-opengfx recipe, fix freedoom version
This commit is contained in:
parent
775fe208e8
commit
43facb2a3d
@ -1,7 +1,7 @@
|
||||
GIT=https://github.com/redox-os/freedoom.git
|
||||
|
||||
function recipe_version {
|
||||
echo "0.0.1"
|
||||
echo "0.11.3"
|
||||
skip=1
|
||||
}
|
||||
|
||||
|
||||
34
recipes/openttd-opengfx/recipe.sh
Normal file
34
recipes/openttd-opengfx/recipe.sh
Normal file
@ -0,0 +1,34 @@
|
||||
GIT=https://github.com/redox-os/openttd-opengfx.git
|
||||
|
||||
function recipe_version {
|
||||
echo "0.5.2"
|
||||
skip=1
|
||||
}
|
||||
|
||||
function recipe_update {
|
||||
echo "skipping update"
|
||||
skip=1
|
||||
}
|
||||
|
||||
function recipe_build {
|
||||
echo "skipping build"
|
||||
skip=1
|
||||
}
|
||||
|
||||
function recipe_test {
|
||||
echo "skipping test"
|
||||
skip=1
|
||||
}
|
||||
|
||||
function recipe_clean {
|
||||
echo "skipping clean"
|
||||
skip=1
|
||||
}
|
||||
|
||||
function recipe_stage {
|
||||
mkdir -pv "$1/share/games/openttd/baseset/opengfx"
|
||||
cp -Rv ./* "$1/share/games/openttd/baseset/opengfx"
|
||||
skip=1
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user