components-archive/archive_later/fs-uae/component_recipe.json

68 lines
1.8 KiB
JSON
Raw Normal View History

2026-09-06 10:46:06 +00:00
{
"fs-uae": [
{
"source_url": "https://github.com/FrodeSolheim/fs-uae/releases/download/{VERSION}/*Linux_x86-64.tar.xz",
"source_type": "github_release",
"version": "$FS_UAE_DESIRED_VERSION",
"extraction_type": "archive",
"assets": [
{
"type": "create",
"dest": "component_version",
"contents": "$FRAMEWORK_DESIRED_VERSION"
},
{
"type": "dir",
"source": "FS-UAE/Linux/x86-64",
"dest": "bin"
},
{
"type": "dir",
"source": "FS-UAE/Licenses",
"dest": "docs"
},
{
"type": "dir",
"source": "FS-UAE/Locale",
"dest": "Locale"
},
{
"type": "dir",
"source": "$REPO_ROOT/$COMPONENT_NAME/rd_assets/rd_extras",
"dest": "rd_extras"
},
{
"type": "dir",
"source": "$REPO_ROOT/$COMPONENT_NAME/rd_assets/rd_config",
"dest": "rd_config"
},
{
"type": "dir",
"source": "$REPO_ROOT/$COMPONENT_NAME/rd_assets/System",
"dest": "System"
},
{
"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": []
}
]
}