homebrew-cask/Casks/abgx360.rb

17 lines
548 B
Ruby
Raw Normal View History

2014-07-12 07:33:43 +08:00
class Abgx360 < Cask
version '1.0.6'
sha256 'b2b066d1500e6c6a64d103b2c1a9e1760be0a4e16df314b4868024c19df8c741'
2014-10-09 23:23:54 +08:00
# dropbox is the official download host per the vendor homepage
2014-09-26 20:08:45 +08:00
url "http://dl.dropbox.com/u/59058148/abgx360-#{version}.pkg"
2014-10-09 22:56:08 +08:00
homepage 'http://abgx360.xecuter.com/'
2014-10-01 23:32:24 +08:00
license :unknown
2014-07-12 07:33:43 +08:00
2014-09-26 20:08:45 +08:00
pkg "abgx360-#{version}.pkg"
2014-07-12 07:33:43 +08:00
uninstall :quit => 'net.abgx360.abgx360gui',
:pkgutil => [
'net.abgx360.abgx360.pkg',
'net.abgx360.abgx360gui.pkg',
]
end