Merge pull request #154 from xTibor/openttd-openmsx

Add openttd-openmsx recipe
This commit is contained in:
Jeremy Soller 2018-05-06 15:01:36 -06:00 committed by GitHub
commit 74c4e73791
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}