From af7c2ea45a24ad31cb0b08b3162b0c04854e5cef Mon Sep 17 00:00:00 2001
From: Tibor Nagy <xnagytibor@gmail.com>
Date: Sun, 6 May 2018 21:42:07 +0200
Subject: [PATCH] Add openttd-openmsx recipe

---
 recipes/openttd-openmsx/recipe.sh | 34 +++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)
 create mode 100644 recipes/openttd-openmsx/recipe.sh

diff --git a/recipes/openttd-openmsx/recipe.sh b/recipes/openttd-openmsx/recipe.sh
new file mode 100644
index 000000000..95a78df29
--- /dev/null
+++ b/recipes/openttd-openmsx/recipe.sh
@@ -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
+}
+
+
-- 
GitLab