Merge pull request #589 from BasharMilesTeg/patch-4
Create .ckan files for Amazing Curve Editor and MechJebFARExt
This commit is contained in:
commit
bca924c189
AmazingCurveEditor
MechJebFARExt
SmokeScreen
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"spec_version": "v1.6",
|
||||
"identifier": "AmazingCurveEditor",
|
||||
"name": "Amazing Curve Editor",
|
||||
"abstract": "Edit your Curves to Amaze your friends and family.",
|
||||
"license": "GPL-2.0",
|
||||
"author": "Sarbian",
|
||||
"ksp_version": "1.0",
|
||||
"resources": {
|
||||
"ci": "https://ksp.sarbian.com/jenkins/job/AmazingCurveEditor/",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/124708",
|
||||
"repository": "https://github.com/sarbian/AmazingCurveEditor"
|
||||
},
|
||||
"version": "1.0.0",
|
||||
"download": "https://ksp.sarbian.com/jenkins/job/AmazingCurveEditor/3/artifact/AmazingCurveEditor-1.0.0.0.zip",
|
||||
"x_generated_by": "nyankan",
|
||||
"download_size": 11851
|
||||
}
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"spec_version": "v1.6",
|
||||
"identifier": "AmazingCurveEditor",
|
||||
"name": "Amazing Curve Editor",
|
||||
"abstract": "Edit your Curves to Amaze your friends and family.",
|
||||
"license": "GPL-2.0",
|
||||
"author": "Sarbian",
|
||||
"ksp_version": "1.0",
|
||||
"resources": {
|
||||
"ci": "https://ksp.sarbian.com/jenkins/job/AmazingCurveEditor/",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/124708",
|
||||
"repository": "https://github.com/sarbian/AmazingCurveEditor"
|
||||
},
|
||||
"version": "1.1.0",
|
||||
"download": "https://ksp.sarbian.com/jenkins/job/AmazingCurveEditor/4/artifact/AmazingCurveEditor-1.1.0.0.zip",
|
||||
"x_generated_by": "nyankan",
|
||||
"download_size": 12252
|
||||
}
|
|
@ -0,0 +1,29 @@
|
|||
{
|
||||
"spec_version": 1,
|
||||
"identifier": "MechJebFARExt",
|
||||
"name": "MechJeb Modules for FAR",
|
||||
"abstract": "Basic support for FAR inside MJ. For now it only adds surface control info inside MJ.",
|
||||
"license": "GPL-3.0",
|
||||
"author": "Sarbian",
|
||||
"ksp_version": "1.0",
|
||||
"resources": {
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/60933"
|
||||
},
|
||||
"depends": [
|
||||
{
|
||||
"name": "MechJeb2"
|
||||
},
|
||||
{
|
||||
"name": "FerramAerospaceResearch",
|
||||
"version": "v0.15.2_Ferri"
|
||||
}
|
||||
],
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/MechJeb2/Plugins/MechJebFARExt.dll",
|
||||
"install_to": "GameData/MechJeb2/Plugins/"
|
||||
}
|
||||
],
|
||||
"version": "1.0.0",
|
||||
"download": "https://www.sarbian.com/sarbian/MechJebFARExt_1.0.0.zip"
|
||||
}
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"spec_version": "v1.6",
|
||||
"identifier": "SmokeScreen",
|
||||
"name": "SmokeScreen - Extended FX Plugin",
|
||||
"abstract": "SmokeScreen is a plugin that build on the engine FX added in .23 and adds new features to them. Most of the features ideas comes from Nothke.",
|
||||
"license": "BSD-2-clause",
|
||||
"author": "sarbian",
|
||||
"ksp_version": "1.0",
|
||||
"resources": {
|
||||
"ci": "https://ksp.sarbian.com/jenkins/job/SmokeScreen/",
|
||||
"homepage": "http://forum.kerbalspaceprogram.com/threads/71630",
|
||||
"repository": "https://github.com/sarbian/SmokeScreen/"
|
||||
},
|
||||
"install": [
|
||||
{
|
||||
"file": "GameData/SmokeScreen",
|
||||
"install_to": "GameData"
|
||||
}
|
||||
],
|
||||
"version": "2.6.3",
|
||||
"download": "https://ksp.sarbian.com/jenkins/job/SmokeScreen/40/artifact/SmokeScreen-2.6.3.0.zip",
|
||||
"x_generated_by": "nyankan",
|
||||
"download_size": 25683
|
||||
}
|
Loading…
Reference in New Issue