From 48cb9c299022a870c136893cc1fabee0a4196b47 Mon Sep 17 00:00:00 2001 From: ChrisAdderley Date: Mon, 4 Mar 2019 11:19:01 -0800 Subject: [PATCH] CKAN files --- CKAN/ReStock.netkan | 36 ++++++++++++++++++++++++++++++++++++ CKAN/ReStockPlus.netkan | 34 ++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 CKAN/ReStock.netkan create mode 100644 CKAN/ReStockPlus.netkan diff --git a/CKAN/ReStock.netkan b/CKAN/ReStock.netkan new file mode 100644 index 00000000..da6e6a58 --- /dev/null +++ b/CKAN/ReStock.netkan @@ -0,0 +1,36 @@ +{ + "spec_version": "v1.4", + "identifier": "ReStock", + "name": "ReStock", + "abstract": "A community-built replacement for KSP's part models and textures. ", + "author": "ReStock Team", + "version": "0.1.0" + "license": "All Rights Reserved", + "resources": { + "homepage": "tbd" + "repository": "https://github.com/PorktoberRevolution/ReStocked" + }, + "install": [ + { + "find": "ReStock", + "install_to": "GameData", + "comment": "Restock installation" + } + ], + "ksp_version": "1.6.1", + "depends": [ + { + "name": "ModuleManager" + } + ], + "conflicts": [ + { + "name": "VenStockRevamp" + } + ], + "suggests": [ + { + "name": "ReStockPlus" + } + ] +} diff --git a/CKAN/ReStockPlus.netkan b/CKAN/ReStockPlus.netkan new file mode 100644 index 00000000..6c8effd2 --- /dev/null +++ b/CKAN/ReStockPlus.netkan @@ -0,0 +1,34 @@ +{ + "spec_version": "v1.4", + "identifier": "ReStockPlus", + "name": "ReStock+", + "abstract": "A set of new parts that fill gaping holes in the stock lineup, adding missing types for size classes", + "author": "ReStock Team", + "version": "0.1.0" + "license": "All Rights Reserved", + "resources": { + "homepage": "tbd" + "repository": "https://github.com/PorktoberRevolution/ReStocked" + }, + "install": [ + { + "find": "ReStockPlus", + "install_to": "GameData", + "comment": "Restock+ installation" + } + ], + "ksp_version": "1.6.1", + "depends": [ + { + "name": "ModuleManager" + }, + { + "name": "ReStock" + } + ], + "conflicts": [ + { + "name": "VenStockRevamp" + } + ] +}