diff options
| author | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 12:26:05 +0200 |
|---|---|---|
| committer | Rubén Beltrán del Río <jj@r.bdr.sh> | 2026-04-06 13:08:51 +0200 |
| commit | 6be848db5b8ae946a6896dcfad69914544949b97 (patch) | |
| tree | 7806a176e920a92902dcd534533f0ee2be77eff8 /README.md | |
| parent | 2a28a38db1e8251611389e7ab6ab3c2c1ee21187 (diff) | |
Inline scripts to justfile
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -49,6 +49,15 @@ Run `just test` `meson.build` is the source of truth for the version. To sync versions to Cargo.toml, rpm spec, etc. use `just sync-versions` +The convention in this project is to use directories starting with `_` for +generated ones to distinguish them from the source more easily. They are all +configurable via the justfile. The defaults are: + +- `_build`: The meson build directory. +- `_dist`: The location where built distributable packages are placed. +- `_repo`: The flatpak repo +- `_flatpak`: The flatpak build directory + ## Distributing Available package formats: deb, rpm, tar.gz, flatpak. |