homebrew-cask/Casks/capsee.rb

14 lines
355 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'capsee' do
2014-06-06 23:15:51 +08:00
version '1.2'
sha256 'e78cdfe435cca259e0111a2b2131ad3be7d5ba6160cf69c8e7cbcc033eac2fc4'
url "http://www.threemagination.com/CapSee#{version.gsub('.', '')}.zip"
2015-01-10 05:12:34 +08:00
name 'CapSee'
homepage 'http://www.threemagination.com/capsee/'
2015-08-12 00:57:13 +08:00
license :gratis
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