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

* 'master' of github.com:KSP-CKAN/CKAN-meta:
  RocketdyneF-1
  NBody Orbit Manipulation
This commit is contained in:
Paul Fenwick 2014-11-22 21:19:41 +11:00
commit dcd0f03a2f
2 changed files with 43 additions and 0 deletions

22
NBody.ckan Normal file
View File

@ -0,0 +1,22 @@
{
"spec_version": 1,
"identifier": "NBody",
"ksp_version": "0.25",
"resources":
{
"homepage": "http://forum.kerbalspaceprogram.com/threads/70881-0-25-Orbit-Manipulator-Series-(Updated-March-12-2014)"
},
"name": "Orbit Manipulator Series",
"license": "MIT",
"abstract": "Ion Engines in time warp, Atmospheric decay in time warp, simple N-Body dynamics",
"author": "HoneyFox",
"version": "0.0",
"download": "https://www.dropbox.com/s/w8sgzy4q7gdlops/NBody.zip?dl=1",
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
"install": [
{
"file" : "NBody",
"install_to" : "GameData"
}
]
}

21
RocketdyneF-1.ckan Normal file
View File

@ -0,0 +1,21 @@
{
"spec_version": 1,
"identifier": "RocketdyneF-1",
"ksp_version": "0.25",
"resources":
{
"homepage": "http://forum.kerbalspaceprogram.com/threads/47892"
},
"name": "Rocketdyne F-1",
"license": "GPL-3.0",
"abstract": "A 1:1 replica of the F-1 engines used on the Saturn V moon rockets.",
"author": "1096bimu",
"version": "1.2",
"download": "https://www.dropbox.com/s/d3jd97ve6kvutd9/Hakari.zip?dl=1",
"comment" : "Hand packaged by Felger, if anything's wrong, it's my fault.",
"install" : [
{
"file" : "Hakari",
"install_to": "GameData"
}]
}