mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-16 14:26:53 -06:00
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.
16 lines
402 B
Ruby
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
|