feat(pkg): publish a tag-based package instead of the -git PKGBUILD - #11
Merged
Conversation
This repo already had a PKGBUILD and nothing built it. It was `aikit-git`: sourced from git+https, versioned by a pkgver() running `git describe`, and published nowhere -- so a release carried only GitHub's source zip, same as every other repo in the org. macarchy-install#17. It is a release package now. The source is the tag's tarball, so the artifact attached to a release is built from that release rather than from whatever HEAD happened to be. The pkgver() is gone, the -git variant is retired via conflicts= rather than kept beside this one (two packages for one program is how they drift), and the redundant provides= of its own name is dropped. What made the original good survives the conversion: check() still runs bin/aikit-selftest, and aikit.install still prints the setup note. Built locally and read back with tar -tf: four commands, both units, and the share/ tree including the omarchy fragments. Carried over from the slice that proved the pattern (macarchy-install#16): the job hangs off release-please's release_created output, because a `release: [published]` trigger never fires on a GITHUB_TOKEN-created release; pkgver is rewritten from the tag rather than through extra-files, which cannot parse a PKGBUILD; and the upload globs because PKGEXT differs between machines. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SYBhT1xfp3MQ1w3687F4Mp
This was referenced Sep 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Implements part of macarchy/macarchy-install#17 (parent: macarchy/macarchy-install#14).
This repo already had a PKGBUILD, and nothing built it
It was
aikit-git— sourced fromgit+https, versioned by apkgver()runninggit describe, published nowhere. A release still carried only GitHub's source zip.pkgname=aikit-gitpkgname=aikitsource=(git+https://…)pkgver()→git describeconflicts=("aikit")conflicts=("aikit-git")— the VCS variant is retired, not kept besideprovides=("aikit=…")check()still runsbin/aikit-selftestandaikit.installstill prints the setup note.Verified
Built on aarch64 Asahi, read back with
tar -tf:aikit,aikit-selftest,aikit-status,aikit-sync, both units, and theshare/tree with the omarchy fragments.🤖 Generated with Claude Code
https://claude.ai/code/session_01SYBhT1xfp3MQ1w3687F4Mp