homebrew-cask/Casks/controllermate.rb

21 lines
815 B
Ruby
Raw Normal View History

2014-11-14 01:25:37 +08:00
cask :v1 => 'controllermate' do
2014-09-17 19:42:41 +08:00
version :latest
2014-09-26 22:28:01 +08:00
sha256 :no_check
# amazonaws.com is the official download host per the vendor homepage
2014-09-10 11:05:28 +08:00
url 'https://s3.amazonaws.com/orderedbytes/ControllerMate.dmg'
2015-01-23 06:18:33 +08:00
name 'ControllerMate'
homepage 'http://www.orderedbytes.com/controllermate/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:00 +08:00
pkg 'ControllerMate.pkg'
2014-10-11 22:25:17 +08:00
uninstall :pkgutil => 'com.orderedbytes.controllermate.*'
2014-10-11 22:25:17 +08:00
zap :delete => [
'~/Library/Application Support/ControllerMate',
'~/Library/Caches/com.orderedbytes.ControllerMate4',
'~/Library/Logs/ControllerMate MIDI',
'~/Library/Logs/ControllerMate',
]
2013-12-15 12:18:06 +08:00
end