test CKAN

This commit is contained in:
Izaya 2022-12-06 09:39:56 +11:00
parent 87fe8e2e5f
commit 8a2c4deda0
6 changed files with 33 additions and 0 deletions

33
CKAN/KPUFlags.ckan Normal file
View File

@ -0,0 +1,33 @@
{
"spec_version": "v1.4",
"name": "KPU Flags",
"identifier": "KPUFlags",
"abstract": "Kerbal People's Union Flags",
"author": "Izaya",
"license": "restricted",
"release_status": "stable",
"version": "v1",
"ksp_version_min": "1.8.0",
"ksp_version_max": "1.12.99",
"resources": {
"homepage": "https://git.shadowkat.net/izaya/KSP-mods",
"repository": "https://git.shadowkat.net/izaya/KSP-mods",
},
"install" : [
{ "file" : "KPUFlags",
"install_to" : "GameData"
}
],
"tags": [
"flags"
],
"download": "https://git.shadowkat.net/izaya/KSP-mods/archive/master.zip",
"download_size": 0,
"download_hash": {
"sha1": "",
"sha256": ""
},
"download_content_type": "application/zip",
"install_size": 437410,
"release_date": "2022-08-29T19:09:50Z"
}