> V1.1.0 > Commands > Plakar pkg recipe.yaml
Version v1.1.0

Beta Version

You're viewing documentation for version v1.1.0. Beta versions are subject to changes and may not represent the final stable release. Do not use in production environments.

pkg-recipe.yaml

PLAKAR-PKG-RECIPE.YAML(5)File Formats ManualPLAKAR-PKG-RECIPE.YAML(5)

recipe.yamlRecipe to build Plakar plugins from source

The recipe.yaml file format describes how to fetch and build Plakar plugins. It must have a top-level YAML object with the following fields:

The name of the plugins
The plugin version, which doubles as the git tag as well. It must follow semantic versioning and have a ‘v’ prefix, e.g. ‘v1.2.3’.
URL to the git repository holding the plugin.

A sample recipe to build the “fs” plugin is as follows:

# recipe.yaml
name: fs
version: v1.0.0
repository: https://github.com/PlakarKorp/integrations-fs

plakar-pkg-build(1)

July 11, 2025Plakar

Found a bug or mistake in the documentation? Create an issue on GitHub