2010-12-13 11:42:44 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Scrypt < Formula
|
2010-12-13 11:42:44 +00:00
|
|
|
url 'http://www.tarsnap.com/scrypt/scrypt-1.1.6.tgz'
|
|
|
|
homepage 'http://www.tarsnap.com/scrypt.html'
|
|
|
|
md5 'a35523cd497f7283635ce881db39c2e2'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|