1
0
mirror of https://github.com/KSP-CKAN/CKAN-meta.git synced 2024-10-13 00:59:46 +00:00

Splitting files into subdirectories

This commit is contained in:
Alexander Dzhoganov
2015-01-03 14:56:47 +02:00
parent e4f6e20cc1
commit 826ebc52d9
352 changed files with 11306 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{
"spec_version" : 1,
"name" : "Real Solar System Textures - 2048 x 1024",
"identifier" : "RSSTextures2048",
"provides" : [ "RSSTextures" ],
"conflicts" : [
{ "name" : "RSSTextures4096" },
{ "name" : "RSSTextures8192" }
],
"abstract" : "Textures for Real Solar Systems",
"download" : "https://nabaal.net/files/ksp/nathankell/RealSolarSystem/Textures/2048.zip",
"license" : "CC-BY-NC-SA",
"version" : "1.0",
"ksp_version" : "any",
"release_status" : "stable",
"depends" : [
{ "name" : "RealSolarSystem" }
],
"install" : [
{
"file" : "RealSolarSystem",
"install_to" : "GameData"
}
]
}