Merge pull request #492 from PorktoberRevolution/ckan

CKAN files
pull/491/head
Chris Adderley 5 years ago committed by GitHub
commit 72cb728138
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,36 @@
{
"spec_version": "v1.4",
"identifier": "ReStock",
"name": "ReStock",
"abstract": "A community-built replacement for KSP's part models and textures. ",
"author": "ReStock Team",
"$kref": "#/ckan/github/PorktoberRevolution/ReStocked/asset_match/ReStock_.*?\\.zip",
"$vref": "#/ckan/ksp-avc",
"license": "restricted",
"resources": {
"homepage": "tbd",
"repository": "https://github.com/PorktoberRevolution/ReStocked"
},
"install": [
{
"find": "ReStock",
"install_to": "GameData",
"comment": "Restock installation"
}
],
"depends": [
{
"name": "ModuleManager"
}
],
"conflicts": [
{
"name": "VenStockRevamp"
}
],
"suggests": [
{
"name": "ReStockPlus"
}
]
}

@ -0,0 +1,34 @@
{
"spec_version": "v1.4",
"identifier": "ReStockPlus",
"name": "ReStock+",
"abstract": "A carefully curated set of new parts that fill gaping holes in the stock lineup, adding fox example missing size classes for imporntant part types",
"author": "ReStock Team",
"$kref": "#/ckan/github/PorktoberRevolution/ReStocked/asset_match/ReStockPlus_.*?\\.zip",
"$vref": "#/ckan/ksp-avc",
"license": "restricted",
"resources": {
"homepage": "tbd",
"repository": "https://github.com/PorktoberRevolution/ReStocked"
},
"install": [
{
"find": "ReStockPlus",
"install_to": "GameData",
"comment": "Restock+ installation"
}
],
"depends": [
{
"name": "ModuleManager"
},
{
"name": "ReStock"
}
],
"conflicts": [
{
"name": "VenStockRevamp"
}
]
}
Loading…
Cancel
Save