homebrew-cask/Casks/opennx.rb

16 lines
506 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'opennx' do
2014-06-17 07:39:11 +08:00
version '0.16.0.729'
sha256 '65dde1a3504a17ac58ed2a7178536347d829ee8c27cc90bebdae3e98c36fc6c6'
2015-01-18 10:00:58 +08:00
# sourceforge.net is the official download host per the vendor homepage
2014-09-26 20:09:05 +08:00
url "http://downloads.sourceforge.net/sourceforge/opennx/OpenNX-#{version}.dmg"
2015-01-23 06:32:32 +08:00
name 'OpenNX'
homepage 'http://opennx.net/'
license :gpl
2014-09-10 23:37:05 +08:00
pkg 'OpenNX.pkg'
2014-11-22 22:12:43 +08:00
uninstall :script => { :executable => '/Library/OpenNX/bin/macuninstall', :args => ['--batch'] },
2014-09-28 17:46:05 +08:00
:pkgutil => 'org.opennx.OpenNX'
2014-06-17 07:39:11 +08:00
end