Install the omarchy(1) man page - #200
Open
aleksejunas wants to merge 1 commit into
Open
Conversation
The omarchy source repo now generates man/man1/omarchy.1 from `omarchy commands --all --json` (see basecamp/omarchy's tools/man-gen). This just installs the already-generated file to the standard man path; it doesn't run the generator during the package build. Depends on _commit here being bumped to (or past) the commit that adds man/man1/omarchy.1 in basecamp/omarchy — this line will fail the build against any pinned commit that predates it.
Greptile SummaryAdds the generated
Confidence Score: 5/5The packaging change appears safe to merge when applied with the explicitly required upstream source revision. The install destination and permissions follow the standard man-page layout, and the only current build constraint is already documented as an intentional sequencing requirement.
|
| Filename | Overview |
|---|---|
| pkgbuilds/omarchy/PKGBUILD | Adds a conventional package-stage installation step for the upstream-generated manual page; no unacknowledged actionable issue was identified. |
Reviews (1): Last reviewed commit: "Install the omarchy(1) man page" | Re-trigger Greptile
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.
PR mot omacom-io/omarchy-pkgs (branch: man-page-install)
Tittel
Install the omarchy(1) man page
Beskrivelse
Companion to omacom/omarchy#8064: that PR generates
man/man1/omarchy.1in the source repo (see its
tools/man-gen/). This just installs thealready-generated file to the standard path:
Nothing is built here — the man page ships as committed in the source tree
at whatever
_committhis PKGBUILD points at.Sequencing
This will fail to build against the current
_commit(286b8c2b...), sincethat predates the man page existing in the source repo. This only needs to
land — or just be bumped in — once
_commithere is updated to a committhat includes
man/man1/omarchy.1. Flagging this so it doesn't get mergedand immediately break a build; happy to hold this until after the other PR
merges and a release is cut, whatever's easiest for you.