From fa15c980c78edfc14369d150b770685eb039a355 Mon Sep 17 00:00:00 2001 From: Willhelm Rendahl Date: Fri, 27 Mar 2015 12:59:40 +0100 Subject: [PATCH] Add KopernicusTech --- KopernicusTech/KopernicusTech-0.13.ckan | 38 +++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 KopernicusTech/KopernicusTech-0.13.ckan diff --git a/KopernicusTech/KopernicusTech-0.13.ckan b/KopernicusTech/KopernicusTech-0.13.ckan new file mode 100644 index 0000000000..af16cf9789 --- /dev/null +++ b/KopernicusTech/KopernicusTech-0.13.ckan @@ -0,0 +1,38 @@ +{ + "spec_version" : "v1.4", + "Identifier" : "KopernicusTech", + "name" : "KopernicusTech", + "abstract" : "An attempt to integrate Kopernicus with KittopiaTech", + "license" : "GPL-3.0", + "version" : "0.13", + "author" : "Gravitasi", + "ksp_version" : "0.90", + "resources" : { + "homepage" : "http://forum.kerbalspaceprogram.com/threads/109122" + }, + "download" : "https://www.dropbox.com/s/7b999gme8p7cgfr/KopernicusTech_v0.13.zip?dl=1", + "install" : [ + { + "find" : "KittopiaSpace", + "install_to" : "GameData", + }, + { + "find" : "Kopernicus", + "install_to" : "GameData", + "filter" : [ "System.cfg" ] + }, + ], + "depends" : [ + { + "name" : "Kopernicus-Config" + } + ], + "conflicts" : [ + { + "name" : "Kopernicus" + }, + { + "name" : "KittopiaSpace" + } + ] +} \ No newline at end of file