Update guidelines with stuff about versions

This commit is contained in:
askiiart 2025-02-25 18:18:00 +00:00
parent 0f08aefbc5
commit 21385f49dd

View file

@ -8,6 +8,10 @@
- Built programs should be `.tar.zst` files placed in `$COMPILED_DIR/[package name]/`
- Programs should be built on Debian, unless there's a specific reason not to.
- There should be a `build` branch for building the program.
- Versions
- Old versions of the package should be removed
- A file at `$COMPILED_DIR/[package name]/version` should contain the current version
- There should be a symlink from `[package name].tar.zst` to the current version
## Packaging