> V1.1.0 > Commands > Plakar pkg build
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-build

PLAKAR-PKG-BUILD(1)General Commands ManualPLAKAR-PKG-BUILD(1)

plakar-pkg-buildBuild Plakar plugins from source

plakar pkg build recipe.yaml

The plakar pkg build fetches the sources and builds the plugin as specified in the given plakar-pkg-recipe.yaml(5). If it builds successfully, the resulting plugin will be created in the current working directory.

~/.cache/plakar/plugins/
Plugin cache directory. Respects XDG_CACHE_HOME if set.
~/.local/share/plakar/plugins
Plugin directory. Respects XDG_DATA_HOME if set.

plakar-pkg-add(1), plakar-pkg-create(1), plakar-pkg-rm(1), plakar-pkg-show(1), plakar-pkg-recipe.yaml(5)

July 11, 2025Plakar

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