feat(homebrew): add Homebrew tap via Casks/ and Formula/#3
Open
saiteja-bellam-1 wants to merge 1 commit into
Open
feat(homebrew): add Homebrew tap via Casks/ and Formula/#3saiteja-bellam-1 wants to merge 1 commit into
saiteja-bellam-1 wants to merge 1 commit into
Conversation
Adds Homebrew distribution for CloudTunnels hosted in this repo so users can install with: brew tap fourninecs/cloud-tunnels https://github.com/FournineCS/cloud-tunnels brew install --cask cloudtunnels # GUI app brew install ctun # CLI - Casks/cloudtunnels.rb — cask for CloudTunnels.app (universal zip, macOS 13+, zap block for full uninstall cleanup) - Formula/ctun.rb — formula for ctun CLI (universal tarball, MIT) - release.yml: new update-formulas job auto-bumps version + SHA256 in both files after each release and commits back to main Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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.
Summary
Casks/cloudtunnels.rb— Homebrew cask for theCloudTunnels.appGUI (universal zip, macOS 13+, fullzapcleanup on uninstall)Formula/ctun.rb— Homebrew formula for thectunCLI (universal tarball, MIT license)update-formulasCI job torelease.ymlthat auto-bumps version + SHA256 in both files after each release and commits back tomainInstall (once merged)
Test plan
brew install --cask cloudtunnelsinstallsCloudTunnels.appto/Applications/brew install ctunplaces the binary in PATH andctun --versionprints the correct versionupdate-formulasCI job commits bumped version + SHA back tomain🤖 Generated with Claude Code