add caveats for Little Snitch

note - this currently is the only app cask that does not have
a "link" or "install" stanza
This commit is contained in:
Roland Walker 2013-12-11 16:40:07 -05:00
parent 8daebd34fa
commit 011de2e285
1 changed files with 5 additions and 0 deletions

View File

@ -3,4 +3,9 @@ class LittleSnitch < Cask
homepage 'http://www.obdev.at/products/littlesnitch/index.html'
version '3.3'
sha1 'ed3c1a11dad0efedb959bf5935f23d722eb488f8'
def caveats; <<-EOS.undent
You need to run #{destination_path/'Little Snitch Installer.app'} to actually install Little Snitch
EOS
end
end