homebrew-cask/Casks/textroom.rb

12 lines
299 B
Ruby
Raw Normal View History

2014-11-14 01:27:08 +08:00
cask :v1 => 'textroom' do
version '0.6.5'
sha256 'f220ca66340bb8b72416461d87504278b41b518ea35bd6b49c9aa195d4ccea3f'
2014-09-26 20:09:15 +08:00
url "https://textroom.googlecode.com/files/textroom-#{version}.dmg"
2015-05-04 04:43:39 +08:00
name 'TextRoom'
homepage 'https://code.google.com/p/textroom/'
2015-07-10 03:57:28 +08:00
license :gpl
2014-09-16 00:06:28 +08:00
app 'textroom.app'
end