Skip to content

Commit

Permalink
feat: Add goreleaser{,-pro}
Browse files Browse the repository at this point in the history
  • Loading branch information
rasa authored and flexiondotorg committed Dec 10, 2024
1 parent e72ba55 commit 5ec878b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ google-chrome-stable
google-chrome-unstable
google-cloud-cli
google-earth-pro-stable
goreleaser
goreleaser-pro
gpu-viewer
grub-customizer
grype
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/goreleaser
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64 armhf i386"
get_github_releases "goreleaser/goreleaser" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep -m 1 "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
VERSION_PUBLISHED=$(cut -d'/' -f8 <<<"${URL}" | sed 's|v||')
fi
PRETTY_NAME="Goreleaser"
WEBSITE="https://goreleaser.com"
SUMMARY="Deliver Go binaries as fast, easily as possible."
10 changes: 10 additions & 0 deletions 01-main/packages/goreleaser-pro
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
ARCHS_SUPPORTED="amd64 arm64 armhf i386"
get_github_releases "goreleaser/goreleaser-pro" "latest"
if [ "${ACTION}" != "prettylist" ]; then
URL=$(grep -m 1 "browser_download_url.*${HOST_ARCH}\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)
VERSION_PUBLISHED=$(cut -d'/' -f8 <<<"${URL}" | sed 's|v||')
fi
PRETTY_NAME="Goreleaser Pro"
WEBSITE="https://goreleaser.com/pro"
SUMMARY="Deliver Go binaries as fast, easily and as pro as possible."

0 comments on commit 5ec878b

Please sign in to comment.