mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
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
8 lines
260 B
Ruby
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
|