homebrew-cask/Casks/cryptol.rb

24 lines
665 B
Ruby
Raw Normal View History

2014-11-14 01:25:39 +08:00
cask :v1 => 'cryptol' do
2015-10-06 04:43:10 +08:00
version '2.2.5'
sha256 'db74cdf45b10e9b2856525e4197e47246d05632b7fd7f3baaaae55b5a2808a03'
2015-01-17 10:42:04 +08:00
# github.com is the official download host per the vendor homepage
2014-09-26 20:08:51 +08:00
url "https://github.com/GaloisInc/cryptol/releases/download/v#{version}/cryptol-#{version}-MacOSX-64.tar.gz"
2015-03-15 19:48:53 +08:00
appcast 'https://github.com/GaloisInc/cryptol/releases.atom'
2014-09-15 00:01:49 +08:00
gpg "#{url}.sig",
:key_url => 'http://cryptol.net/files/Galois.asc'
2015-04-05 13:29:07 +08:00
name 'Cryptol'
homepage 'http://cryptol.net/'
2014-10-12 00:34:56 +08:00
license :bsd
2014-09-26 20:08:51 +08:00
binary "cryptol-#{version}-MacOSX-64/bin/cryptol"
2014-04-26 00:30:14 +08:00
2015-01-06 00:26:54 +08:00
zap :delete => '~/.cryptol'
2015-01-01 03:58:43 +08:00
depends_on :cask => 'cvc4'
2014-04-26 00:30:14 +08:00
caveats do
files_in_usr_local
end
end