2011-08-28 19:49:22 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Spiped < Formula
|
|
|
|
homepage 'http://www.tarsnap.com/spiped.html'
|
2012-02-10 02:33:52 +00:00
|
|
|
url 'http://www.tarsnap.com/spiped/spiped-1.1.0.tgz'
|
2011-09-12 09:23:47 +00:00
|
|
|
sha256 'b727b902310d217d56c07d503c4175c65387ff07c9cd50a24584903faf9f3dc3'
|
2011-08-28 19:49:22 +00:00
|
|
|
|
|
|
|
def install
|
2012-02-10 02:33:52 +00:00
|
|
|
system "bsdmake", "LDADD=-lcrypto", "BINDIR_DEFAULT=#{bin}", "install"
|
2011-08-28 19:49:22 +00:00
|
|
|
end
|
|
|
|
end
|