components-archive/archive_later/ares/component_recipe.json

61 lines
1.5 KiB
JSON
Raw Permalink Normal View History

2026-08-15 20:25:12 +00:00
{
"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"
}
]
}
]
}