homebrew-cask-versions/Casks/qfinder.rb
Hoffmann József 7440e4199a Add Qfinder Latest
Qfinder is a utility, to quickly find and access the Turbo NAS over the
LAN.
2015-01-31 08:22:05 +00:00

14 lines
311 B
Ruby

cask :v1 => 'qfinder' do
version :latest
sha256 :no_check
name 'Qfinder'
url 'http://download.qnap.com/webstart/QNAPQfinder_Mac.dmg'
homepage 'http://www.qnap.com/i/in/utility/#block_1'
license :gratis
tags :vendor => 'Qnap'
pkg 'Qfinder.pkg'
uninstall :pkgutil => 'qnap.com.qfinder.*'
end