From 2e404d7a2e750ef2398dae8859766fb5a6fdb1de Mon Sep 17 00:00:00 2001 From: Glenn Rempe Date: Wed, 28 Jul 2010 13:52:26 -0700 Subject: Added installation formula for SSSS (Shamir's Secret Sharing Scheme) - Updated per requests in the issue comments by adamv - Updated to pass compiler flag -DNOMLOCK avoiding OS X warning on run. Signed-off-by: David Höppner <0xffea@gmail.com> * add CFLAGS so gmp.h is picked up in non /usr/local --- Library/Formula/ssss.rb | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 Library/Formula/ssss.rb (limited to 'Library/Formula') diff --git a/Library/Formula/ssss.rb b/Library/Formula/ssss.rb new file mode 100644 index 000000000..3e86b2fca --- /dev/null +++ b/Library/Formula/ssss.rb @@ -0,0 +1,27 @@ +require 'formula' + +class Ssss