homebrew-cask/Casks/easyfig.rb

13 lines
418 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'easyfig' do
2015-09-06 22:46:36 +08:00
version '2.2.2'
sha256 'd9375b3a1246bb81aa59c53e4391b1ba76db66bf0a8e1028b533f2aac8b44134'
2015-09-06 22:46:36 +08:00
url "https://github.com/mjsull/Easyfig/releases/download/#{version}/Easyfig_#{version}_OSX.zip"
appcast 'https://github.com/mjsull/Easyfig/releases.atom'
name 'EasyFig'
homepage 'http://mjsull.github.io/Easyfig/'
license :gpl
2015-09-07 01:41:25 +08:00
binary "Easyfig_#{version}_OSX/Easyfig", :target => 'easyfig'
end