Merge pull request #812 from KSP-CKAN/GCMonitor

Add GCMonitor
This commit is contained in:
Matthew 2015-11-16 14:29:23 -05:00
commit 9d59ceba21
2 changed files with 26 additions and 1 deletions

View File

@ -22,4 +22,4 @@
"download": "https://ksp.sarbian.com/jenkins/job/GCMonitor/25/artifact/GCMonitor-1.2.7.0.zip",
"x_generated_by": "nyankan",
"download_size": 103373
}
}

View File

@ -0,0 +1,25 @@
{
"spec_version": "v1.6",
"identifier": "GCMonitor",
"name": "Graphic Memory Monitor",
"abstract": "This plugin will show you the memory usage of the running KSP installation",
"author": "Sarbian",
"license": "MIT",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/threads/92907",
"repository": "https://github.com/sarbian/GCMonitor/",
"ci": "https://ksp.sarbian.com/jenkins/job/GCMonitor/"
},
"version": "1.2.8",
"ksp_version": "1.0",
"install": [
{
"find": "GCMonitor",
"install_to": "GameData",
"filter": "getRSS_src.zip"
}
],
"download": "https://ksp.sarbian.com/jenkins/job/GCMonitor/28/artifact/GCMonitor-1.2.8.0.zip",
"download_size": 22395,
"x_generated_by": "nyankan"
}