homebrew-cask/Casks/qsync.rb

12 lines
239 B
Ruby

class Qsync < Cask
version :latest
sha256 :no_check
url 'http://download.qnap.com/webstart/QNAPQsync_Mac.dmg'
homepage 'http://www.qnap.com/'
license :commercial
pkg 'Qsync.pkg'
uninstall :pkgutil => 'com.qnap.qsync.*'
end