1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00

Splitting files into subdirectories

This commit is contained in:
Alexander Dzhoganov
2015-01-03 14:56:37 +02:00
parent 530d49c0db
commit e4f6e20cc1
561 changed files with 12164 additions and 4387 deletions

View File

@ -0,0 +1,52 @@
{
"spec_version": 1,
"identifier": "KSPInterstellarLite",
"name": "KSP Interstellar Lite",
"abstract": "Lite version of KSP Interstellar",
"license": "unknown",
"ksp_version": "0.24.2",
"x_netkan_license_ok": true,
"x_maintained_by": "distantcam",
"provides": [
"KSPInterstellar"
],
"conflicts": [
{
"name": "KSPInterstellar"
}
],
"depends": [
{
"name": "OpenResourceSystem"
},
{
"name": "TreeLoader"
},
{
"name": "ModuleManager"
},
{
"name": "Toolbar"
},
{
"name": "TweakScale"
},
{
"name": "CommunityResourcePack"
}
],
"install": [
{
"file": "GameData/Interstellar",
"install_to": "GameData"
}
],
"resources": {
"repository": "https://github.com/WaveFunctionP/KSPInterstellar"
},
"author": "WaveFunctionP",
"version": "v0.12.3",
"download": "https://github.com/WaveFunctionP/KSPInterstellar/releases/download/v0.12.3/Interstellar.Lite.v0.12.3.zip",
"x_generated_by": "netkan",
"download_size": 54100142
}