homebrew-cask/Casks/jahshaka.rb

14 lines
407 B
Ruby
Raw Normal View History

2015-01-29 15:25:22 +08:00
cask :v1 => 'jahshaka' do
version '2.0'
sha256 '35f0c2a70639a06f89edca5b8f349a1c1b1cc690914e41241d350e19f99a81bf'
url "http://downloads.sourceforge.net/sourceforge/jahshakafx/Jahshaka-binary/#{version}/jahshaka-#{version}-osx-intel.dmg"
name 'Jahshaka'
homepage 'http://www.jahshaka.com/'
license :gpl
pkg "jahshaka-#{version}.mpkg"
uninstall :script => '/usr/bin/jahshaka-uninstall'
end