homebrew-cask/Casks/moscow-ml.rb

16 lines
474 B
Ruby
Raw Normal View History

2014-11-14 01:26:25 +08:00
cask :v1 => 'moscow-ml' do
2014-09-28 02:18:50 +08:00
version '2.10.1'
sha256 '4b3e2035b106c688e43e7d415ca74ca8970f74656cc2c17326c5fb7d1f948ca0'
# github.com is the official download host per the vendor homepage
2014-09-28 02:18:50 +08:00
url "https://github.com/kfl/mosml/releases/download/ver-#{version}/mosml-#{version}.pkg"
2015-03-15 19:53:41 +08:00
appcast 'https://github.com/kfl/mosml/releases.atom'
2015-01-05 04:41:26 +08:00
name 'Moscow ML'
2014-09-28 02:18:50 +08:00
homepage 'http://mosml.org/'
2014-10-12 00:34:56 +08:00
license :gpl
2014-09-28 02:18:50 +08:00
pkg "mosml-#{version}.pkg"
2014-11-22 22:12:42 +08:00
2014-09-28 02:18:50 +08:00
uninstall :pkgutil => 'org.mosml'
end