add perian caveats indicating project status

This commit is contained in:
Paul Hinze 2014-01-17 18:44:52 -06:00
parent 9d3a25b28f
commit fb794db679
1 changed files with 8 additions and 0 deletions

View File

@ -4,4 +4,12 @@ class Perian < Cask
version '1.2.3'
sha1 'aa0a6a3f7c65cb9f17dca138d3db0be059c8da0e'
prefpane 'Perian.prefPane'
def caveats; <<-EOS.undent
Perian development officially stopped as of 2012, and 1.2.3 was the final released version.
See the Perian homepage for the full message from the development team, which points to some alternatives.
EOS
end
end