Add package-first build and distribution workflow

This commit is contained in:
Thales Maciel 2026-02-27 15:06:57 -03:00
parent 4a69c3d333
commit 993f51712b
13 changed files with 462 additions and 52 deletions

View file

@ -4,6 +4,17 @@ All notable changes to Aman will be documented in this file.
The format is based on Keep a Changelog and this project follows Semantic Versioning.
## [Unreleased]
### Added
- Packaging scripts and templates for Debian (`.deb`) and Arch (`PKGBUILD` + source tarball).
- Make targets for build/package/release-check workflows.
- Persona and distribution policy documentation.
### Changed
- README now documents package-first installation for non-technical users.
- Release checklist now includes packaging artifacts.
## [0.1.0] - 2026-02-26
### Added