mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
19 lines
539 B
Ruby
19 lines
539 B
Ruby
cask "virtualgl" do
|
|
version "3.1"
|
|
sha256 "febcae980befdea6ea674e7fe8366cf6d36e603850565231fcfacd9560c995f1"
|
|
|
|
url "https://downloads.sourceforge.net/virtualgl/VirtualGL-#{version}.dmg",
|
|
verified: "downloads.sourceforge.net/virtualgl/"
|
|
name "VirtualGL"
|
|
desc "3D without boundaries"
|
|
homepage "https://www.virtualgl.org/"
|
|
|
|
pkg "VirtualGL.pkg"
|
|
|
|
uninstall pkgutil: "com.virtualgl.vglclient",
|
|
script: {
|
|
executable: "/opt/VirtualGL/bin/uninstall",
|
|
sudo: true,
|
|
}
|
|
end
|