feat(pkgbuild): install USAGE.md to /usr/share/doc/#386
Merged
Conversation
USAGE.md is a generated file documenting CLI usage but was not being installed by either PKGBUILD variant. Add it alongside README.md in /usr/share/doc/$pkgname/. https://claude.ai/code/session_01KsLCFmqMNrxwpH8a2SgmG9
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Arch Linux PKGBUILD templates and the CI PKGBUILD generator so that USAGE.md is installed into /usr/share/doc/<pkgname>/ for both the source-built and -bin packages.
Changes:
- Install
USAGE.mdinto the package documentation directory for the source PKGBUILD template. - Extend the
-binPKGBUILD template to includeUSAGE.md(install step + correspondingsha1sumsentry). - Update the PKGBUILD generation script to download
USAGE.mdas an additional source for the-binpackage.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| template/parallel-disk-usage/PKGBUILD | Adds installation of USAGE.md from the source tree into /usr/share/doc/$pkgname/. |
| template/parallel-disk-usage-bin/PKGBUILD | Adds USAGE.md install step and aligns sha1sums entries with the new source list. |
| ci/github-actions/generate-pkgbuild.py3 | Adds USAGE.md raw GitHub URL into the generated source=(...) list for parallel-disk-usage-bin. |
Performance Regression Reportscommit: ff312c7 There are no regressions. |
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.
Adds the
USAGE.mddocumentation file to the Arch Linux package builds for both the binary and source distributions.https://claude.ai/code/session_01KsLCFmqMNrxwpH8a2SgmG9