homebrew-cask/Casks/cryptol.rb

23 lines
648 B
Ruby
Raw Normal View History

2014-11-14 01:25:39 +08:00
cask :v1 => 'cryptol' do
2015-04-04 21:03:45 +08:00
version '2.2.1'
sha256 'f540f49ee982559f3a4baa34a489c969ac632ff6e1904b4fafcc7e609396f75d'
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'
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