homebrew-cask/Casks/purescript.rb

16 lines
476 B
Ruby
Raw Normal View History

2015-01-11 22:25:03 +08:00
cask :v1 => 'purescript' do
2015-02-04 05:30:49 +08:00
version '0.6.4.1'
sha256 'dd5c6b197876a241be9b092e79879a6fcf37dec8f99406a74eb6fc177d72161d'
2015-01-11 22:25:03 +08:00
# github.com is the official download host per the vendor homepage
2015-01-11 22:25:03 +08:00
url "https://github.com/purescript/purescript/releases/download/v#{version}/macos.tar.gz"
name 'PureScript'
homepage 'http://purescript.org'
license :mit
binary 'purescript/psc'
binary 'purescript/psc-docs'
binary 'purescript/psc-make'
binary 'purescript/psci'
end