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

13 lines
385 B
Ruby

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