mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Merge pull request #10337 from jawshooah/cask/helium
Add Helium (new cask)
This commit is contained in:
commit
bf107badd4
1 changed files with 16 additions and 0 deletions
16
Casks/helium.rb
Normal file
16
Casks/helium.rb
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
cask :v1 => 'helium' do
|
||||
version :latest
|
||||
sha256 :no_check
|
||||
|
||||
url 'http://download.clockworkmod.com/carbon/carbon-mac.zip'
|
||||
name 'Helium'
|
||||
name 'Carbon'
|
||||
homepage 'https://www.clockworkmod.com/carbon'
|
||||
license :gratis
|
||||
|
||||
app 'Helium.app'
|
||||
|
||||
uninstall :quit => 'com.koushikdutta.Helium'
|
||||
|
||||
zap :delete => '~/Library/Saved Application State/com.koushikdutta.Helium.savedState'
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue