homebrew-cask/Casks/purescript.rb

19 lines
661 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'purescript' do
2015-11-20 06:28:36 +08:00
version '0.7.6.1'
sha256 'a98ec09df6512c46ee96557bd0cf4a7937e4aabd6adf81177e7a5b4cdf061763'
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"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/purescript/purescript/releases.atom',
:sha256 => 'dc2925ca33ff6ac14858b7573e0922e2e98862aba4cae180e7106c3ed2c1c70a'
2015-01-11 22:25:03 +08:00
name 'PureScript'
homepage 'http://purescript.org'
license :mit
binary 'purescript/psc'
2015-07-01 02:31:53 +08:00
binary 'purescript/psc-bundle'
2015-01-11 22:25:03 +08:00
binary 'purescript/psc-docs'
2015-07-01 02:31:53 +08:00
binary 'purescript/psc-publish'
2015-01-11 22:25:03 +08:00
binary 'purescript/psci'
end