homebrew-cask-versions/Casks/snip.rb
phinze 3f68266be6 fix snip cask, which does not have an app to link
looks like snip uses a pkg to install directly to /Applications, so
`link` neither works nor makes sense here

also add a proper `uninstall` line for it

refs #1249
2013-10-21 07:26:29 -05:00

8 lines
260 B
Ruby

class Snip < Cask
url 'http://snip.qq.com/resources/Snip_V2.0_5771.dmg'
homepage 'http://snip.qq.com/'
version '2.0b5771'
sha1 'cfe020db9bee8a7393620141b306c69f668d1e97'
install 'Snip_V2.0.pkg'
uninstall :pkgutil => 'com.tencent.snip.Snip.pkg'
end