mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-23 05:14:18 +08:00
Merge pull request #154 from xTibor/openttd-openmsx
Add openttd-openmsx recipe
This commit is contained in:
commit
74c4e73791
34
recipes/openttd-openmsx/recipe.sh
Normal file
34
recipes/openttd-openmsx/recipe.sh
Normal file
@ -0,0 +1,34 @@
|
||||
GIT=https://github.com/xTibor/openttd-openmsx.git
|
||||
|
||||
function recipe_version {
|
||||
echo "0.3.1"
|
||||
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/openmsx"
|
||||
cp -Rv ./* "$1/share/games/openttd/baseset/openmsx"
|
||||
skip=1
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user