homebrew-core/Formula/dfc.rb

12 lines
312 B
Ruby

require 'formula'
class Dfc < Formula
homepage 'http://projects.gw-computing.net/projects/dfc'
url 'http://projects.gw-computing.net/attachments/download/42/dfc-2.5.0.tar.gz'
md5 'e9c5e862858ab2cd4a7b2270c26722ef'
def install
system "make", "PREFIX=#{prefix}", "MANDIR=#{man}", "install"
end
end