From 56bb650751029d4bec25d056ff637ff635aac7f8 Mon Sep 17 00:00:00 2001 From: Hakan Tandogan Date: Mon, 9 Feb 2015 15:25:05 +0100 Subject: [PATCH] Split out default configuration of Kopernicus --- ...opernicus-Config-Default-pre-alpha-04.ckan | 30 +++++++++++++++++++ Kopernicus/Kopernicus-pre-alpha-04.ckan | 10 ++++++- 2 files changed, 39 insertions(+), 1 deletion(-) create mode 100644 Kopernicus-Config-Default/Kopernicus-Config-Default-pre-alpha-04.ckan diff --git a/Kopernicus-Config-Default/Kopernicus-Config-Default-pre-alpha-04.ckan b/Kopernicus-Config-Default/Kopernicus-Config-Default-pre-alpha-04.ckan new file mode 100644 index 0000000000..9fd05e0efa --- /dev/null +++ b/Kopernicus-Config-Default/Kopernicus-Config-Default-pre-alpha-04.ckan @@ -0,0 +1,30 @@ +{ + "spec_version": "v1.4", + "identifier": "Kopernicus-Config-Default", + "name": "Kopernicus default system configuration", + "abstract": "Kopernicus default system configuration", + "description": "Kopernicus default system configuration", + "release_status": "development", + "license": "LGPL-2.0", + "author": "BryceSchroeder", + "resources": { + "homepage": "http://forum.kerbalspaceprogram.com/threads/88168", + "repository": "http://github.com/BryceSchroeder/Kopernicus" + }, + "provides": [ + "Kopernicus-Config" + ], + "install": [ + { + "find": "Kopernicus", + "install_to": "GameData", + "filter": [ + "Kopernicus.dll" + ] + } + ], + "version": "pre-alpha-04", + "download": "https://github.com/BryceSchroeder/Kopernicus/releases/download/pre-alpha-04/Kopernicus.0.0.4.zip", + "x_generated_by": "netkan", + "download_size": 56884 +} diff --git a/Kopernicus/Kopernicus-pre-alpha-04.ckan b/Kopernicus/Kopernicus-pre-alpha-04.ckan index c6495a2190..3e4a020a23 100644 --- a/Kopernicus/Kopernicus-pre-alpha-04.ckan +++ b/Kopernicus/Kopernicus-pre-alpha-04.ckan @@ -11,10 +11,18 @@ "homepage": "http://forum.kerbalspaceprogram.com/threads/88168", "repository": "http://github.com/BryceSchroeder/Kopernicus" }, + "depends": [ + { + "name": "Kopernicus-Config" + } + ], "install": [ { "find": "Kopernicus", - "install_to": "GameData" + "install_to": "GameData", + "filter": [ + "System.cfg" + ] } ], "version": "pre-alpha-04",