homebrew-cask/Casks/terminology.rb

13 lines
441 B
Ruby
Raw Normal View History

2015-06-12 14:46:37 +08:00
cask :v1 => 'terminology' do
version :latest
sha256 :no_check
url 'http://media.agiletortoise.com/Terminology-for-OS-X/Terminology-for-OS-X.zip'
name 'terminology'
2015-06-29 14:32:18 +08:00
homepage 'https://agiletortoise.com/terminology/mac/'
2015-06-12 14:46:37 +08:00
license :gratis
installer :script => 'Terminology-for-OS-X/Install.command', :sudo => false
uninstall :delete => Pathname.new(File.expand_path('~')).join('Library/Dictionaries/Terminology.dictionary')
end