CGVG 1.6.2
Closes Homebrew/homebrew#16126. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7f231acbbf
commit
c4e0f91b79
1 changed files with 13 additions and 0 deletions
13
Formula/cgvg.rb
Normal file
13
Formula/cgvg.rb
Normal file
|
@ -0,0 +1,13 @@
|
|||
require 'formula'
|
||||
|
||||
class Cgvg < Formula
|
||||
homepage 'http://www.uzix.org/cgvg.html'
|
||||
url 'http://www.uzix.org/cgvg/cgvg-1.6.2.tar.gz'
|
||||
sha1 '24f460d75de95969e30d8a5187d037119ac79ad2'
|
||||
|
||||
def install
|
||||
system "./configure", "--prefix=#{prefix}",
|
||||
"--mandir=#{man}"
|
||||
system "make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue