Add omarket, the shareware marketplace CLI - #220
Open
aphexddb wants to merge 1 commit into
Open
Conversation
omarket is a prebuilt Go binary from GitHub releases. .omarchy/package.json
points bin/sync-upstream at the release feed so pkgver and checksums track
upstream automatically; min_release_age holds a new release for 24h so a
bad one does not reach users immediately.
options=('!strip' '!debug') because the binary is already stripped by
goreleaser's -s -w, and makepkg would otherwise try to split debug
symbols out of it.
The source entries rename the downloaded archives to include pkgver.
Upstream's asset names are deliberately version-free so that
/releases/latest/download resolves for the curl-based installer, which
means every version would otherwise land in SRCDEST under the same
filename.
Pinned to 0.4.0 with checksums taken from the published archives, not
placeholders.
Greptile SummaryAdds the
Confidence Score: 5/5The PR appears safe to merge with no concrete blocking or non-blocking defects identified. The package metadata follows the repository’s supported local GitHub release contract, and the PKGBUILD uses standard architecture-specific sources and checksums with a verified x86_64 package layout.
|
| Filename | Overview |
|---|---|
| pkgbuilds/omarket/.omarchy/package.json | Adds local GitHub release synchronization metadata with architecture-specific assets and a release-age safeguard. |
| pkgbuilds/omarket/PKGBUILD | Adds a pinned, checksum-verified binary package recipe for x86_64 and aarch64. |
Reviews (1): Last reviewed commit: "Add omarket, the shareware marketplace C..." | 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.
Adds
omarket, a CLI to browse, sell, and buy shareware. Prebuilt Go binaries from GitHub releases (aphexddb/omarket), pinned at 0.4.0-1.Packaging
source: local) for bothx86_64andaarch64..omarchy/package.jsonpointsbin/sync-upstreamat the GitHub release feed (checksums.txt+ version-free asset names), withmin_release_age: "24h"so a bad release can be pulled before it reaches users.pkgver. Upstream's asset names are deliberately version-free so/releases/latest/downloadworks for the curl installer; without the rename every version would collide inSRCDEST.options=('!strip' '!debug')because goreleaser already strips with-s -w, and makepkg would otherwise try to split debug symbols out of a stripped binary.Checksums are from the published archives, not placeholders.
Verified
bin/repo build --package omarketproducedomarket-0.4.0-1-x86_64.pkg.tar.zst./usr/bin/omarket(0755, stripped static Go binary),/usr/share/licenses/omarket/LICENSE, and/usr/share/doc/omarket/README.md.0.4.0.aarch64 was not built locally: the edge ARM repo at
pkgs.omarchy.org/edge/aarch64404s during the builder image bootstrap (omarchy.db). The PKGBUILD and checksums cover it; the host can build it once that channel exists.This is PKGBUILD-only. Publishing to
pkgs.omarchy.orgis for the repository host after merge (bin/reposign/promote/synclive there, not on a contributor checkout).