mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
15 lines
473 B
Ruby
15 lines
473 B
Ruby
cask "helium" do
|
|
version "1.0.0"
|
|
sha256 "30abcdcb04e53f24948897acfd24899c7cdfca564b71b023224ae13f11365bbd"
|
|
|
|
url "https://github.com/koush/CarbonResources/releases/download/v#{version}/carbon-mac.zip"
|
|
name "Helium"
|
|
homepage "https://github.com/koush/support-wiki/wiki/Helium-Desktop-Installer-and-Android-App"
|
|
|
|
app "Helium.app"
|
|
|
|
uninstall quit: "com.koushikdutta.Helium"
|
|
|
|
zap trash: "~/Library/Saved Application State/com.koushikdutta.Helium.savedState"
|
|
end
|