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

This commit is contained in:
NetKAN inflator Robot 2017-06-12 12:52:49 +00:00
commit 63f3ae788c
2 changed files with 73 additions and 0 deletions

44
CCTV/CCTV-1.1.1.1.ckan Normal file
View File

@ -0,0 +1,44 @@
{
"spec_version": "v1.4",
"identifier": "CCTV",
"name": "CCTV",
"abstract": " Dynamic CCTV system compatible with KAS",
"author": "linuxgurugamer",
"license": "CC-BY-NC-SA-4.0",
"resources": {
"homepage": "http://forum.kerbalspaceprogram.com/index.php?/topic/161966-13-kerbal-cctv-with-wifi-camera/",
"spacedock": "https://spacedock.info/mod/1414/CCTV",
"repository": "https://github.com/linuxgurugamer/CCTV"
},
"version": "1.1.1.1",
"ksp_version_min": "1.3.0",
"ksp_version_max": "1.3.99",
"depends": [
{
"name": "JSIPartUtilities"
},
{
"name": "ModuleManager"
}
],
"suggests": [
{
"name": "HullcamVDSContinued"
}
],
"install": [
{
"install_to": "GameData",
"find": "CCTV"
}
],
"download": "https://spacedock.info/mod/1414/CCTV/download/1.1.1.1",
"download_size": 2420794,
"download_hash": {
"sha1": "684E02C065C41D72AC328D62C1061141AA81A68E",
"sha256": "4B98608B80F62181B2A13CC30824005DB9020FACD7C6297A5C8821C5C365497E"
},
"download_content_type": "application/zip",
"x_via": "Automated Linuxgurugamer CKAN script",
"x_generated_by": "netkan"
}

View File

@ -0,0 +1,29 @@
{
"spec_version": "v1.4",
"identifier": "JSIPartUtilities",
"name": "JSIPartUtilities",
"abstract": "Utility functions for making complex animated and mutable parts.",
"author": "linuxgurugamer",
"license": "GPL-3.0",
"resources": {
"homepage": "https://github.com/Mihara/PartUtilities/wiki",
"repository": "https://github.com/linuxgurugamer/PartUtilities"
},
"version": "0.4.0",
"ksp_version": "1.3.0",
"install": [
{
"file": "GameData/JSI",
"install_to": "GameData",
"filter": "Agencies"
}
],
"download": "https://github.com/linuxgurugamer/PartUtilities/releases/download/0.4.0/JSIPartUtilities-0.4.0.zip",
"download_size": 50198,
"download_hash": {
"sha1": "D0D0B037966AE5BD292EB6BC789156C4A2165088",
"sha256": "BCBFAA79C285D306D7497B9F9536F9D6600734D80678AAAD7FBEBF6D52F55E3F"
},
"download_content_type": "application/zip",
"x_generated_by": "netkan"
}