Skip to content

TEMPLATE component_recipe - Flathub source

Template: component_recipe.json - Flathub

{
  "<component name>": [
    {
      "source_url": "<flatapak ID>",
      "source_type": "flatpak_id",
      "version": "$COMPONENT_DESIRED_VERSION",
      "dest": "user",
      "extraction_type": "flatpak",
      "assets": {
        "binary": {
          "type": "dir",
          "source": "bin",
          "dest": "bin"
        }
      }
    }
  ]
}