homebrew-cask/Casks/quick-search-box.rb

13 lines
389 B
Ruby

class QuickSearchBox < Cask
version '2.0.0.1447'
sha256 '3fec80343c50a5b492e140fef13bd1bc4cce835beb3952591e8b4638e5940470'
url 'https://qsb-mac.googlecode.com/files/GoogleQuickSearchBox-2.0.0.1447.Release.dmg'
homepage 'http://www.google.com/quicksearchbox/'
link 'Quick Search Box.app'
after_install do
system '/bin/chmod', '-R', '--', 'u+w', destination_path
end
end