homebrew-cask/Casks/moscow-ml.rb

12 lines
325 B
Ruby
Raw Normal View History

2014-09-28 02:18:50 +08:00
class MoscowMl < Cask
version '2.10.1'
sha256 '4b3e2035b106c688e43e7d415ca74ca8970f74656cc2c17326c5fb7d1f948ca0'
url "https://github.com/kfl/mosml/releases/download/ver-#{version}/mosml-#{version}.pkg"
homepage 'http://mosml.org/'
2014-10-01 23:33:25 +08:00
license :oss
2014-09-28 02:18:50 +08:00
pkg "mosml-#{version}.pkg"
uninstall :pkgutil => 'org.mosml'
end