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 Manual | PLAKAR-PKG-RECIPE.YAML(5) |
NAME
recipe.yaml —
Recipe to build Plakar plugins from source
DESCRIPTION
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:
name- The name of the plugins
version- 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’.
repository- URL to the git repository holding the plugin.
EXAMPLES
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
SEE ALSO
| July 11, 2025 | Plakar |
Found a bug or mistake in the documentation? Create an issue on GitHub