Skip to content

Commit

Permalink
add DisplayLink driver V2.1 (requires Homebrew#3422)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedros committed Mar 25, 2014
1 parent 9d177b8 commit cd6f010
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions Casks/displaylink.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
class Displaylink < Cask
url 'http://www.displaylink.com/support/file.php',
:data => {
'file' => 'DisplayLink_MacOSX_V2.1.dmg',
'bucket' => 'displaylinkwebdrivers',
'id' => '315'
},
:using => :post
homepage 'http://www.displaylink.com'
version '2.1'
sha256 '0c872a7f408533337f24d7551c2fdbe1451eb4443a7e2baa5bca01e3da676f97'
install 'DisplayLink Software Installer.pkg'
uninstall :pkgutil => ['com.displaylink.displaylinkdriversigned',
'com.displaylink.displaylinkdriverunsigned']
# :kext => ['com.displaylink.driver.DisplayLinkDriver',
# 'com.displaylink.dlusbncm'],
# :launchctl => ['com.displaylink.displaylinkmanager',
# 'com.displaylink.useragent',
# 'com.displaylink.useragent-prelogin'],
# :quit => ['DisplayLink.DisplayLinkUserAgent'],
# :script => {
# :executable => 'DisplayLink Software Uninstaller.app/Contents/MacOS/DisplayLink Software Uninstaller'
# },
# :files => ['/Applications/DisplayLink Software Uninstaller.app']
caveats <<-EOS.undent
Installing this Cask means you have AGREED to the DisplayLink
Software License Agreement at
http://www.displaylink.com/support/sla.php?fileid=102
EOS
end

0 comments on commit cd6f010

Please sign in to comment.