From aec126d0b6591169e0158cca5cd9958b79507949 Mon Sep 17 00:00:00 2001 From: Hakan Tandogan Date: Thu, 4 Dec 2014 11:24:27 +0100 Subject: [PATCH 1/2] Hand-crafted SerialIO ckan --- SerialIO-v0.15.4.ckan | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 SerialIO-v0.15.4.ckan diff --git a/SerialIO-v0.15.4.ckan b/SerialIO-v0.15.4.ckan new file mode 100644 index 0000000000..a0a59e6805 --- /dev/null +++ b/SerialIO-v0.15.4.ckan @@ -0,0 +1,23 @@ +{ + "spec_version" : 1, + "identifier" : "SerialIO", + "name" : "Serial IO", + "abstract" : "Fly rockets with a real hardware controller", + "download" : "https://sites.google.com/site/zitronfiles/KSPSerialIO_015_4.zip", + "version" : "0.15.4", + "author" : "zitronen", + "license" : "CC-BY", + "release_status" : "testing", + "ksp_version" : "0.25", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/66393", + "repository" : "https://github.com/zitron-git/KSPSerialIO" + }, + "install": [ + { + "file": "KSPSerialIO", + "install_to": "GameData" + } + ], + "x_maintained_by" : "hakan42, who loves wants to create a custom controller too :-)" +} \ No newline at end of file From e10f76d661a06f5e9f555c8262fc80d84110be71 Mon Sep 17 00:00:00 2001 From: Hakan Tandogan Date: Thu, 4 Dec 2014 11:31:52 +0100 Subject: [PATCH 2/2] Add download size too --- SerialIO-v0.15.4.ckan | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SerialIO-v0.15.4.ckan b/SerialIO-v0.15.4.ckan index a0a59e6805..a6b43a08a9 100644 --- a/SerialIO-v0.15.4.ckan +++ b/SerialIO-v0.15.4.ckan @@ -19,5 +19,6 @@ "install_to": "GameData" } ], + "download_size": 34585, "x_maintained_by" : "hakan42, who loves wants to create a custom controller too :-)" -} \ No newline at end of file +}