homebrew-cask/Casks/elm-platform.rb

14 lines
370 B
Ruby
Raw Normal View History

2014-11-14 01:25:46 +08:00
cask :v1 => 'elm-platform' do
2014-09-23 07:54:59 +08:00
version '0.13'
sha256 '9f2a6446fdb1fad1536ec2ddce36a678265fe5b1112ca3edc992c07eebac1e62'
2014-09-23 07:54:59 +08:00
url "http://install.elm-lang.org/Elm-Platform-#{version}.pkg"
homepage 'http://www.elm-lang.org'
2014-10-12 00:34:56 +08:00
license :bsd
2014-09-23 07:54:59 +08:00
pkg "Elm-Platform-#{version}.pkg"
2014-11-22 22:12:38 +08:00
2014-09-23 07:54:59 +08:00
uninstall :pkgutil => 'org.elm-lang.*',
:delete => '/usr/local/share/elm'
2014-05-03 03:21:16 +08:00
end