Last active
April 6, 2020 04:10
-
-
Save mracos/6de3d8cfaf874ba5ae59822d2c22815e to your computer and use it in GitHub Desktop.
DEPRECATED (https://github.com/mracos/homebrew-personal) - Patched cask recipe for wacom drivers version @ version 5.3.7-6 (for CTL-460, CTT-460, CTL-660 - Bamboo Pen) - https://github.com/thenickdude/wacom-driver-fix/
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Cask recipe reference: https://github.com/fturcheti/homebrew-drivers/blob/c3f8c1c0b89a6869d8729b343e2ed2e90ed8e2c9/Casks/wacom-bamboo-tablet.rb | |
# Patch to work with catalina https://github.com/thenickdude/wacom-driver-fix/ | |
# Patch reference: https://www.reddit.com/r/wacom/comments/eeznhd/fixed_driver_for_bamboo_tablets_on_macos_catalina/ | |
cask '[email protected]' do | |
version '5.3.7-6,patch-5' | |
sha256 '97ed7a0e3f1d3b73c405d3b72adf4eef48374fe216e1fdcbc0a9eb84f823036b' | |
url "https://github.com/thenickdude/wacom-driver-fix/releases/download/#{version.after_comma}/Install-Wacom-Tablet-#{version.major_minor_patch}-patched.pkg" | |
name 'Wacom Bamboo Tablet' | |
homepage 'https://www.wacom.com/support/product-support/drivers' | |
appcast 'https://github.com/thenickdude/wacom-driver-fix/releases.atom' | |
pkg "Install-Wacom-Tablet-#{version.major_minor_patch}-patched.pkg" | |
uninstall launchctl: 'com.wacom.pentablet', | |
quit: [ | |
'com.wacom.TabletDriver', | |
'com.wacom.PenTabletDriver', | |
'com.wacom.ConsumerTouchDriver', | |
], | |
pkgutil: 'com.wacom.installpentablet' | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment