homebrew-cask-versions/Casks/hazel.rb
Andrew Schleifer f07a070b28 update Hazel license to :freemium
per http://www.noodlesoft.com/faq.php#g_5 --

After the evaluation period is up, Hazel switches to demo mode. In this
mode, Hazel is limited to monitoring one folder and for that folder,
only two rules can be active at any one time. Also, in demo mode, you
cannot import or export rules and trash functions are disabled.  You may
purchase a full license at any time to fully enable all features.
2015-02-20 15:49:02 -06:00

16 lines
402 B
Ruby

cask :v1 => 'hazel' do
version :latest
sha256 :no_check
url 'http://www.noodlesoft.com/Products/Hazel/download'
name 'Hazel'
homepage 'http://www.noodlesoft.com/hazel.php'
license :freemium
prefpane 'Hazel.prefPane'
zap :delete => [
'~/Library/Application Support/Hazel',
'~/Library/Preferences/com.noodlesoft.Hazel.plist',
]
end