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
|
|
|
homepage 'http://www.tarsnap.com/scrypt.html'
|
2013-01-29 03:32:17 +00:00
|
|
|
url 'http://www.tarsnap.com/scrypt/scrypt-1.1.6.tgz'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '7b1b3feccfe2ff08b5d05752ef1ca7df2ec8646d'
|
2010-12-13 11:42:44 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
system "./configure", "--prefix=#{prefix}"
|
|
|
|
system "make install"
|
|
|
|
end
|
|
|
|
end
|