2010-06-28 17:50:19 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class CracklibWords < Formula
|
2013-01-27 03:21:33 +00:00
|
|
|
homepage 'http://cracklib.sourceforge.net'
|
2014-02-27 14:19:55 +00:00
|
|
|
url 'https://downloads.sourceforge.net/project/cracklib/cracklib-words/2008-05-07/cracklib-words-20080507.gz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'e0cea03e505e709b15b8b950d56cb493166607da'
|
2010-06-28 17:50:19 +00:00
|
|
|
|
2014-10-21 08:58:30 +00:00
|
|
|
bottle do
|
|
|
|
cellar :any
|
|
|
|
sha1 "372cd320ea6e9344917981da8b472494c0651ca9" => :yosemite
|
|
|
|
sha1 "9062c71578a70c510c13ce5ec1c9b8f27365fda4" => :mavericks
|
|
|
|
sha1 "d5adb62174571ba9e395b9143d9a1fcdfc3eb076" => :mountain_lion
|
|
|
|
end
|
|
|
|
|
2010-06-28 17:50:19 +00:00
|
|
|
depends_on 'cracklib'
|
|
|
|
|
|
|
|
def install
|
2013-08-12 23:53:38 +00:00
|
|
|
share.install "cracklib-words-#{version}" => "cracklib-words"
|
2014-11-10 17:44:31 +00:00
|
|
|
end
|
|
|
|
|
|
|
|
def post_install
|
|
|
|
system "#{Formula["cracklib"].opt_bin}/cracklib-packer < #{share}/cracklib-words"
|
2010-06-28 17:50:19 +00:00
|
|
|
end
|
|
|
|
end
|