mirror of
https://github.com/RetroDECK/components-archive.git
synced 2026-09-22 22:36:40 +00:00
60 lines
1.5 KiB
JSON
60 lines
1.5 KiB
JSON
|
|
{
|
||
|
|
"supermodel": [
|
||
|
|
{
|
||
|
|
"source_url": "com.supermodel3.Supermodel",
|
||
|
|
"source_type": "flatpak_id",
|
||
|
|
"version": "$SUPERMODEL_DESIRED_VERSION",
|
||
|
|
"dest": "user",
|
||
|
|
"extraction_type": "flatpak",
|
||
|
|
"assets": [
|
||
|
|
{
|
||
|
|
"type": "file",
|
||
|
|
"source": "bin/supermodel",
|
||
|
|
"dest": "bin"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "file",
|
||
|
|
"source": "bin/Docs/LICENSE.txt",
|
||
|
|
"dest": "docs"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "create",
|
||
|
|
"dest": "component_version",
|
||
|
|
"contents": "$SOURCE_VERSION"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "dir",
|
||
|
|
"source": "$REPO_ROOT/$COMPONENT_NAME/rd_assets/rd_config",
|
||
|
|
"dest": "rd_config"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "file",
|
||
|
|
"source": "$REPO_ROOT/$COMPONENT_NAME/component_functions.sh",
|
||
|
|
"dest": "$COMPONENT_ARTIFACT_ROOT"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "file",
|
||
|
|
"source": "$REPO_ROOT/$COMPONENT_NAME/component_launcher.sh",
|
||
|
|
"dest": "$COMPONENT_ARTIFACT_ROOT"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "file",
|
||
|
|
"source": "$REPO_ROOT/$COMPONENT_NAME/component_manifest.json",
|
||
|
|
"dest": "$COMPONENT_ARTIFACT_ROOT"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"type": "file",
|
||
|
|
"source": "$REPO_ROOT/$COMPONENT_NAME/component_recipe.json",
|
||
|
|
"dest": "$COMPONENT_ARTIFACT_ROOT"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"libs": [
|
||
|
|
{
|
||
|
|
"library": "libGLU.so.1",
|
||
|
|
"source": "lib",
|
||
|
|
"dest": "lib"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|