Skip to content

Commit

Permalink
libscrypt 1.18
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
alex authored and jacknagel committed Mar 12, 2014
1 parent 6150278 commit 83925a9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions Library/Formula/libscrypt.rb
@@ -0,0 +1,12 @@
require "formula"

class Libscrypt < Formula
homepage "https://lolware.net/libscrypt.html"
url "https://github.com/technion/libscrypt/archive/v1.18.tar.gz"
sha1 "ff6b0cda00afcb582ca57699322b94166e5f3ab6"

def install
system "make", "install-osx", "PREFIX=#{prefix}", "LDFLAGS=", "CFLAGS_EXTRA="
system "make", "check", "LDFLAGS=", "CFLAGS_EXTRA="
end
end

0 comments on commit 83925a9

Please sign in to comment.