mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
This adds support for avatron software AirDisplay Had to link the uninstaller to their uninstall binary, which works but it does cause a GUI prompt Updated uninstall - Thanks @NanoXD
8 lines
263 B
Ruby
8 lines
263 B
Ruby
class Airdisplay < Cask
|
|
url 'http://avatron.com/downloads/AirDisplayInstaller.zip'
|
|
homepage 'http://avatron.com/apps/air-display/'
|
|
version 'latest'
|
|
no_checksum
|
|
install 'Air Display Installer.pkg'
|
|
uninstall :pkgutil => 'com.avatron.pkg.AirDisplay'
|
|
end
|