homebrew-cask/Casks/textroom.rb

11 lines
277 B
Ruby
Raw Normal View History

class Textroom < Cask
version '0.6.5'
sha256 'f220ca66340bb8b72416461d87504278b41b518ea35bd6b49c9aa195d4ccea3f'
2014-09-26 20:09:15 +08:00
url "https://textroom.googlecode.com/files/textroom-#{version}.dmg"
homepage 'https://code.google.com/p/textroom/'
2014-10-01 23:34:04 +08:00
license :oss
2014-09-16 00:06:28 +08:00
app 'textroom.app'
end