mirror of
https://github.com/RetroDECK/components-archive.git
synced 2026-09-22 14:36:38 +00:00
68 lines
1.8 KiB
JSON
68 lines
1.8 KiB
JSON
|
|
{
|
||
|
|
"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": []
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|