dasher.rb: Add cask

This commit is contained in:
scribblemaniac 2015-08-03 20:37:13 -06:00 committed by Josh Hagins
parent 7f974444c4
commit 77054c6ea4
1 changed files with 13 additions and 0 deletions

13
Casks/dasher.rb Normal file
View File

@ -0,0 +1,13 @@
cask :v1 => 'dasher' do
version '2010-06-06'
sha256 'e17ab0b328f2b456d756e4ab284234d9e398cc4e4a2144d38160d06c6eeaebd0'
url "http://www.inference.phy.cam.ac.uk/dasher/download/macos/Dasher-MacOS-#{version}.zip"
name 'Dasher'
homepage 'http://www.inference.phy.cam.ac.uk/dasher/'
license :gpl
app 'Dasher.app'
zap :delete => '~/Library/Application Support/Dasher'
end