File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ cask "codeflare" do
2+ version "0.0.3"
3+
4+ name "CodeFlare"
5+ desc "CLI for Project CodeFlare"
6+ homepage "https://github.com/project-codeflare"
7+
8+ if Hardware ::CPU . intel?
9+ url "https://github.com/guidebooks/CodeFlareApp/releases/download/v#{ version } /CodeFlare-darwin-x64.tar.bz2"
10+ sha256 "e9a15190392f51973f59a0325f49a70724ddb07c89e073f8317eb1d390f6c781"
11+ app "CodeFlare-darwin-x64/CodeFlare.app"
12+ else
13+ url "https://github.com/guidebooks/CodeFlareApp/releases/download/v#{ version } /CodeFlare-darwin-amd64.tar.bz2"
14+ sha256 "2c1cd39a261bfe67ef9bb25bcc825abd3b20b0d16046f02879fea074a38d6e62"
15+ app "CodeFlare-darwin-amd64/CodeFlare.app"
16+ end
17+
18+ livecheck do
19+ url :url
20+ strategy :git
21+ regex ( /^v(\d +(?:\. \d +)*)$/ )
22+ end
23+
24+ binary "#{ appdir } /CodeFlare.app/Contents/Resources/codeflare"
25+
26+ zap trash : "~/Library/Application\ Support/CodeFlare"
27+ end
You can’t perform that action at this time.
0 commit comments