aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authormanboubird2012-11-25 20:33:36 +0900
committerAdam Vandenberg2012-11-25 12:28:38 -0800
commit158b8ac3bfaccc46cd1ec15c445d610360974e9b (patch)
tree67f2dd790f41f7fa6f5a3d6746b7f528386948c3 /Library/Formula
parentb6132d922d1162b5c6c805d222a4d2922b22fcbb (diff)
downloadhomebrew-158b8ac3bfaccc46cd1ec15c445d610360974e9b.tar.bz2
genders 1.20
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/genders.rb12
1 files changed, 12 insertions, 0 deletions
diff --git a/Library/Formula/genders.rb b/Library/Formula/genders.rb
new file mode 100644
index 000000000..7aebdecb3
--- /dev/null
+++ b/Library/Formula/genders.rb
@@ -0,0 +1,12 @@
+require 'formula'
+
+class Genders < Formula
+ homepage 'https://computing.llnl.gov/linux/genders.html'
+ url 'http://downloads.sourceforge.net/project/genders/genders/1.20-1/genders-1.20.tar.gz'
+ sha1 '3a1f3f7897c5443edb4d06bd8093b505078454e8'
+
+ def install
+ system "./configure", "--prefix=#{prefix}"
+ system "make install"
+ end
+end