Merge branch 'master' of github.com:KSP-CKAN/CKAN-meta

This commit is contained in:
NetKAN inflator Robot 2015-12-14 21:40:16 +00:00
commit 581e637161
2 changed files with 78 additions and 0 deletions

View File

@ -0,0 +1,40 @@
{
"spec_version": "v1.16",
"identifier": "TACLS-Config-Stock",
"name": "TAC Life Support (TACLS) - stock config",
"abstract": "Stock configuration for TACLS",
"author": "Taranis Elsu",
"license": "CC-BY-NC-SA-3.0",
"release_status": "stable",
"resources": {
"homepage": "https://github.com/taraniselsu/TacLifeSupport/wiki",
"repository": "https://github.com/taraniselsu/TacLifeSupport",
"bugtracker": "https://github.com/taraniselsu/TacLifeSupport/issues"
},
"version": "v0.11.2",
"ksp_version": "1.0.5",
"provides": [
"TACLS-Config"
],
"depends": [
{
"name": "TACLS"
}
],
"conflicts": [
{
"name": "TACLS-Config"
}
],
"install": [
{
"find": "PluginData/TacLifeSupport/LifeSupport.cfg",
"find_matches_files": true,
"comment": "This installs only the LifeSupport.cfg file",
"install_to": "GameData/ThunderAerospace/TacLifeSupport/PluginData/TacLifeSupport"
}
],
"download": "https://github.com/taraniselsu/TacLifeSupport/releases/download/v0.11.2/TacLifeSupport_0.11.2.1.zip",
"download_size": 5997881,
"x_generated_by": "netkan"
}

38
TACLS/TACLS-v0.11.2.ckan Normal file
View File

@ -0,0 +1,38 @@
{
"spec_version": "v1.2",
"identifier": "TACLS",
"name": "TAC Life Support (TACLS)",
"author": "Taranis Elsu",
"abstract": "Adds life support requirements and resources to all kerbals",
"license": "CC-BY-NC-SA-3.0",
"release_status": "stable",
"depends": [
{
"name": "ModuleManager"
},
{
"name": "TACLS-Config"
}
],
"suggests": [
{
"name": "KSP-AVC"
}
],
"install": [
{
"file": "GameData/ThunderAerospace",
"install_to": "GameData",
"filter_regexp": "PluginData/TacLifeSupport/LifeSupport\\.cfg$"
}
],
"resources": {
"homepage": "https://github.com/taraniselsu/TacLifeSupport/wiki",
"bugtracker": "https://github.com/taraniselsu/TacLifeSupport/issues",
"repository": "https://github.com/taraniselsu/TacLifeSupport"
},
"version": "v0.11.2",
"download": "https://github.com/taraniselsu/TacLifeSupport/releases/download/v0.11.2/TacLifeSupport_0.11.2.1.zip",
"download_size": 5997881,
"ksp_version": "1.0.5"
}