Skip to content

TEMPLATE component_recipe - Web source

Template: component_recipe.json - Web

{
  "<component name>": [
    {
      "source_url": "https://url.to.source/{VERSION}/archive.zip",
      "source_type": "http",
      "version": "$COMPONENT_DESIRED_VERSION",
      "extraction_type": "archive",
      "assets": [
        {
          "type": "dir",
          "source": "usr/bin",
          "dest": "bin"
        }
      ],
      "libs": [
        {
          "library": "runtimeLib.so.6",
          "runtime_name": "org.kde.Platform",
          "runtime_version": "6.9",
          "dest": "shared-libs"
        },
        {
          "library": "specificComponentLib.so.6",
          "source": "usr/lib",
          "dest": "lib"
        }
      ],
      "extras": [
        {
          "type": "dir",
          "source": "$REPO_ROOT/$component_name",
          "dest": "$COMPONENT_ARTIFACT_ROOT"
        }
      ]
    }
  ]
}