Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

Repository files navigation

GitHub Rock — Homebrew Tap

Official Homebrew tap for GitHub Rock.

Your GitHub. Your style.

This repository is the distribution layer for GitHub Rock through Homebrew.

Current status

GitHub Rock is currently distributed as an Android application. A Homebrew Cask is not added until a supported macOS artifact (such as a signed and notarized .dmg or .zip) is published by GitHub Rock.

This avoids publishing a Homebrew package that downloads an Android APK but cannot be installed or launched as a native macOS application.

Repository layout

homebrew-github-rock/
├── Casks/
│   └── github-rock.rb       # Added when a macOS release artifact is available
└── README.md

Installation

Once the macOS Cask is published:

brew tap Sayanthrock-Developer/github-rock
brew install --cask github-rock

Updating

brew update
brew upgrade --cask github-rock

Uninstall

brew uninstall --cask github-rock
brew untap Sayanthrock-Developer/github-rock

Release requirements

Before adding Casks/github-rock.rb, a GitHub Rock macOS release should provide:

  • A stable version tag.
  • A macOS arm64 artifact.
  • A macOS x86_64 artifact if Intel Macs are supported.
  • SHA-256 checksums for every architecture-specific artifact.
  • A stable GitHub Releases download URL.
  • App bundle metadata matching the cask name.
  • Code signing and notarization where applicable.
  • A release workflow that updates the Cask version and checksums without overwriting unrelated changes.

The final Cask should follow Homebrew conventions, including version, sha256, url, name, desc, homepage, livecheck, app, and appropriate uninstall/zap behavior.

Development

Validate a future cask locally with:

brew audit --cask Casks/github-rock.rb
brew style Casks/github-rock.rb
brew install --cask --no-quarantine ./Casks/github-rock.rb

Do not add placeholder URLs, fake versions, or unverifiable checksums.

Related project

Issues

Report Homebrew tap or packaging issues in this repository.

Report GitHub Rock application issues in the GitHub Rock issue tracker.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors