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 Manual | PLAKAR-PKG-BUILD(1) |
NAME
plakar-pkg-build —
Build Plakar plugins from source
SYNOPSIS
plakar pkg build
recipe.yaml |
DESCRIPTION
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.
FILES
- ~/.cache/plakar/plugins/
- Plugin cache directory. Respects
XDG_CACHE_HOMEif set. - ~/.local/share/plakar/plugins
- Plugin directory. Respects
XDG_DATA_HOMEif set.
SEE ALSO
plakar-pkg-add(1), plakar-pkg-create(1), plakar-pkg-rm(1), plakar-pkg-show(1), plakar-pkg-recipe.yaml(5)
| July 11, 2025 | Plakar |
Found a bug or mistake in the documentation? Create an issue on GitHub