Revert: Remove Homebrew cask files

Moving Homebrew cask back to dedicated djyde/brew tap repository
This commit is contained in:
Randy Lu
2025-11-21 16:28:54 +08:00
parent af1e0c38f9
commit 0613757861
4 changed files with 20 additions and 54 deletions
+8 -1
View File
@@ -29,7 +29,14 @@
"Bash(gh run list:*)",
"Bash(gh release edit:*)",
"Bash(git add:*)",
"Bash(git commit:*)"
"Bash(git commit:*)",
"Bash(git log:*)",
"Bash(awk:*)",
"Bash(gh api:*)",
"Bash(gh repo create:*)",
"Bash(git push:*)",
"Bash(gh issue view:*)",
"Bash(gh:*)"
],
"deny": [],
"ask": []
-26
View File
@@ -1,26 +0,0 @@
cask "ccmate" do
version "0.3.4"
sha256 "aa4472709c66d8521ed179c8c569baae07704e14e4559155b134e32b450d16fe"
url "https://github.com/djyde/ccmate-release/releases/download/app-v#{version}/CC.Mate_#{version}_universal.dmg", verified: "github.com/djyde/ccmate-release"
name "CC Mate"
desc "A modern desktop application for managing Claude Code configuration files"
homepage "https://randynamic.org/ccmate"
livecheck do
url :stable
regex(/^app-v(\d+(?:\.\d+)*)$/i)
end
auto_updates true
depends_on macos: ">= :big_sur"
app "CC Mate.app"
zap trash: [
"~/Library/Application Support/CC Mate",
"~/Library/Preferences/org.randynamic.ccconfig.plist",
"~/Library/Caches/org.randynamic.ccconfig",
"~/Library/Saved Application State/org.randynamic.ccconfig.savedState",
]
end
+12 -1
View File
@@ -6,7 +6,7 @@
[Download Latest Release](https://randynamic.org/ccmate) • [Report Issues](https://github.com/djyde/ccconfig/issues) • [Contributing Guide](CONTRIBUTING.md)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)
[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0) [![Homebrew](https://img.shields.io/badge/dynamic/json?url=https://raw.githubusercontent.com/djyde/ccmate/main/Casks/ccmate.rb&query=$.version&label=homebrew&color=blue)](https://github.com/djyde/ccmate)
</div>
@@ -41,6 +41,17 @@ Want to become a sponsor? Contact https://x.com/randyloop
## 🚀 Quick Start
### Install with Homebrew (macOS)
```bash
# Add the tap and install CC Mate
brew tap djyde/ccmate
brew install --cask ccmate
# Or install in one command
brew install --cask djyde/ccmate/ccmate
```
### Download & Install
1. **Download the latest release** from [randynamic.org/ccmate](https://randynamic.org/ccmate)
-26
View File
@@ -1,26 +0,0 @@
cask "ccmate" do
version "0.3.4"
sha256 "aa4472709c66d8521ed179c8c569baae07704e14e4559155b134e32b450d16fe"
url "https://github.com/djyde/ccmate-release/releases/download/app-v#{version}/CC.Mate_#{version}_universal.dmg"
name "CC Mate"
desc "A modern desktop application for managing Claude Code configuration files"
homepage "https://randynamic.org/ccmate"
livecheck do
url :stable
regex(/^app-v(\d+(?:\.\d+)*)$/i)
end
auto_updates true
depends_on macos: ">= :big_sur"
app "CC Mate.app"
zap trash: [
"~/Library/Application Support/CC Mate",
"~/Library/Preferences/org.randynamic.ccconfig.plist",
"~/Library/Caches/org.randynamic.ccconfig",
"~/Library/Saved Application State/org.randynamic.ccconfig.savedState",
]
end