Add openttd-openmsx recipe

This commit is contained in:
Tibor Nagy 2018-05-06 21:42:07 +02:00
parent 166fee99d0
commit af7c2ea45a

View 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
}