mirror of
https://github.com/RetroDECK/components-archive.git
synced 2026-08-21 22:06:38 +00:00
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
|
|
{
|
||
|
|
"ares": [
|
||
|
|
{
|
||
|
|
"source_url": "dev.ares.ares",
|
||
|
|
"source_type": "flatpak_id",
|
||
|
|
"version": "latest",
|
||
|
|
"dest": "user",
|
||
|
|
"extraction_type": "flatpak",
|
||
|
|
"assets": [
|
||
|
|
{
|
||
|
|
"type": "dir",
|
||
|
|
"source": "bin",
|
||
|
|
"dest": "bin"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"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": "libSDL3.so.0",
|
||
|
|
"runtime_name": "org.freedesktop.Platform",
|
||
|
|
"runtime_version": "25.08",
|
||
|
|
"dest": "shared-libs"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"library": "librashader.so",
|
||
|
|
"source": "lib",
|
||
|
|
"dest": "shared-libs"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|