From dc5d4424c746b9677ba3cb882e1d3689617a5485 Mon Sep 17 00:00:00 2001 From: Myk Dowling Date: Sun, 13 Dec 2015 16:52:27 +1100 Subject: [PATCH] Add WindowShineTR to CKAN-Meta Finally found a comment from Avera9eJoe saying he'd be happy for this to be added to CKAN, --- WindowShineTR/WindowShineTR-v11.ckan | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 WindowShineTR/WindowShineTR-v11.ckan diff --git a/WindowShineTR/WindowShineTR-v11.ckan b/WindowShineTR/WindowShineTR-v11.ckan new file mode 100644 index 0000000000..bfaefdaf53 --- /dev/null +++ b/WindowShineTR/WindowShineTR-v11.ckan @@ -0,0 +1,23 @@ +{ + "spec_version" : 1, + "identifier" : "WindowShineTR", + "name" : "WindowShine", + "author" : "Avera9eJoe", + "abstract" : "Stock reflective windows and solar panels + mod support!", + "version" : "v11", + "ksp_version_min" : "1.0.5", + "license" : "CC-BY-NC-4.0", + "depends" : [ + { "name" : "TextureReplacer" } + ], + "resources" : { + "homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/110080-105" + }, + "download" : "https://www.dropbox.com/s/ot46u84krjub5k8/WindowShineTR-v11.zip?dl=1", + "install" : [ + { + "file" : "GameData/TextureReplacer", + "install_to" : "GameData" + } + ] +}