homebrew-cask/Casks/gargoyle.rb

11 lines
278 B
Ruby
Raw Normal View History

class Gargoyle < Cask
version '2011.1'
sha256 '4e830ad3feec78d623ce5c13ce14f440f9769d302ac46604afc4b9785baa038c'
2014-09-26 20:08:55 +08:00
url "https://garglk.googlecode.com/files/gargoyle-#{version}-mac.dmg"
homepage 'https://code.google.com/p/garglk/'
2014-10-01 23:32:56 +08:00
license :oss
2014-09-16 00:05:37 +08:00
app 'Gargoyle.app'
end