homebrew-cask/Casks/capsee.rb

12 lines
392 B
Ruby
Raw Normal View History

2014-11-14 01:25:32 +08:00
cask :v1 => 'capsee' do
2014-06-06 23:15:51 +08:00
version '1.2'
sha256 'e78cdfe435cca259e0111a2b2131ad3be7d5ba6160cf69c8e7cbcc033eac2fc4'
2014-10-22 22:35:41 +08:00
url "http://www.threemagination.com/CapSee#{version.gsub('.','')}.zip"
homepage 'http://www.threemagination.com/capsee/'
2014-12-10 21:49:01 +08:00
license :unknown # todo: improve this machine-generated value
2014-10-22 22:35:41 +08:00
container :nested => "CapSee#{version.gsub('.','')}.dmg"
2014-09-16 00:05:21 +08:00
app 'CapSee.app'
2014-06-06 23:15:51 +08:00
end