Files
homebrew-cask/Casks/v/virtualgl.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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