homebrew-cask/Casks/animated-gif-quicklook.rb

17 lines
565 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'animated-gif-quicklook' do
2015-03-06 01:58:56 +08:00
version :latest
sha256 :no_check
url 'http://downloads.sourceforge.net/sourceforge/animgifqlgen/Animated%20GIF%20Quicklook%20Plugin%20Installer.pkg'
name 'Animated GIF Quicklook Plugin'
homepage 'http://animgifqlgen.sourceforge.net/'
license :bsd
pkg 'Animated GIF Quicklook Plugin Installer.pkg'
uninstall pkgutil: [
'com.dford.animatedGifQuicklookPlugin.animatedgifql.pkg',
'com.dford.animatedGifQuicklookPlugin.animatedgifqlreadme.pkg',
]
2015-03-06 01:58:56 +08:00
end