-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
priority:lowNice to have, do when possibleNice to have, do when possiblesize:xsTrivial — less than 1 hourTrivial — less than 1 hourtype:choreMaintenance, refactoring, toolingMaintenance, refactoring, tooling
Description
Description
All packaging artifacts live under packaging/ (chocolatey, nix, winget) except aur/, which sits at the repo root. Move it for consistency.
While at it:
- Update the static
PKGBUILDreference file to the current release (v0.2.0, currently pinned to v0.1.0) - Remove the dead
sed 's/^ //'line from theupdate-aurCI job (same no-op bug fixed for Nix/Scoop in PR feat(packaging): add Nix derivation and flake #56 — the heredoc uses a quoted delimiter<<'PKGEOF'so YAML indentation stripping never runs)
Acceptance Criteria
-
aur/PKGBUILDmoved topackaging/aur/PKGBUILD -
packaging/aur/PKGBUILDupdated to v0.2.0 hashes - Dead
sedline removed fromupdate-aurCI job inrelease.yml - No other files require changes (CI generates PKGBUILD inline and never references the repo file)
Notes
release.ymlupdate-aurjob generates PKGBUILD entirely from a heredoc — it does not readaur/PKGBUILD. Moving the file has zero CI impact.- The dead
sedis on line 292 ofrelease.yml:sed -i 's/^ //' PKGBUILD
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority:lowNice to have, do when possibleNice to have, do when possiblesize:xsTrivial — less than 1 hourTrivial — less than 1 hourtype:choreMaintenance, refactoring, toolingMaintenance, refactoring, tooling