homebrew-core/Formula/shtool.rb
Robert Shaw b0f4ddd04f New formula: shtool
Formula for shtool version 2.0.8

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-05-24 14:40:07 -07:00

12 lines
286 B
Ruby

require 'formula'
class Shtool <Formula
url 'ftp://ftp.gnu.org/gnu/shtool/shtool-2.0.8.tar.gz'
homepage 'http://www.gnu.org/software/shtool/'
md5 'c5f7c6836882d48bc79049846a5f9c5b'
def install
system "./configure", "--prefix=#{prefix}"
system "make install"
end
end