homebrew-cask/Casks/qlimagesize.rb

14 lines
333 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'qlimagesize' do
2014-09-17 19:42:58 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2016-03-11 05:57:06 +08:00
# repo.whine.fr was verified as official when first introduced to the cask
url 'https://repo.whine.fr/qlImageSize.pkg'
2015-01-12 03:16:13 +08:00
name 'qlImageSize'
homepage 'https://github.com/Nyx0uf/qlImageSize'
pkg 'qlImageSize.pkg'
uninstall pkgutil: 'io.whine.qlimagesize.pkg'
2013-11-21 08:14:05 +08:00
end