mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
361 B
Ruby
10 lines
361 B
Ruby
class Opennx < Cask
|
|
version '0.16.0.729'
|
|
sha256 '65dde1a3504a17ac58ed2a7178536347d829ee8c27cc90bebdae3e98c36fc6c6'
|
|
|
|
url 'http://downloads.sourceforge.net/sourceforge/opennx/OpenNX-0.16.0.729.dmg'
|
|
homepage 'http://opennx.net/'
|
|
|
|
install 'OpenNX.pkg'
|
|
uninstall :script => { :executable => '/Library/OpenNX/bin/macuninstall', :args => ['--batch'] }
|
|
end
|