genders 1.20

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
manboubird 2012-11-25 20:33:36 +09:00 committed by Adam Vandenberg
parent 7af4079474
commit f6e4d90bac
1 changed files with 12 additions and 0 deletions

12
Formula/genders.rb Normal file
View File

@ -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