homebrew-cask/Casks/tal-chorus-lx.rb

17 lines
567 B
Ruby
Raw Normal View History

2014-11-14 01:27:06 +08:00
cask :v1 => 'tal-chorus-lx' do
version :latest
sha256 :no_check
url 'http://kunz.corrupt.ch/downloads/plugins/TAL-Chorus-LX-installer.pkg'
2015-01-10 05:42:25 +08:00
name 'TAL-Chorus-LX'
homepage 'http://kunz.corrupt.ch/products/tal-chorus-lx'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
pkg 'TAL-Chorus-LX-installer.pkg'
uninstall :pkgutil => [
'ch.corrupt.talchoruslx.*',
'ch.corrupt.talunolxInstaller.TAL-Chorus-LX-64.pkg',
]
end