homebrew-cask/Casks/xbox360-controller-driver.rb

11 lines
323 B
Ruby
Raw Normal View History

2013-11-27 06:31:45 +08:00
class Xbox360ControllerDriver < Cask
2013-11-30 22:38:02 +08:00
version 'latest'
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'http://files.tattiebogle.net/360/360ControllerInstall.dmg'
homepage 'http://tattiebogle.net/index.php/ProjectRoot/Xbox360Controller/OsxDriver'
2014-09-10 23:37:08 +08:00
pkg 'Install360Controller.pkg'
2013-11-27 06:31:45 +08:00
uninstall :pkgutil => 'com.mice.pkg.Xbox360controller'
end