ekhtml 0.3.2
Closes Homebrew/homebrew#23603. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
3bd538c1b2
commit
164af1f83b
1 changed files with 14 additions and 0 deletions
14
Formula/ekhtml.rb
Normal file
14
Formula/ekhtml.rb
Normal file
|
@ -0,0 +1,14 @@
|
|||
require 'formula'
|
||||
|
||||
class Ekhtml < Formula
|
||||
homepage 'http://ekhtml.sourceforge.net/'
|
||||
url 'http://downloads.sourceforge.net/project/ekhtml/ekhtml/0.3.2/ekhtml-0.3.2.tar.gz'
|
||||
sha1 'd4e6c25964f7e110073f646950dc307e84d61f1b'
|
||||
|
||||
def install
|
||||
ENV.j1
|
||||
system "./configure", "--disable-dependency-tracking",
|
||||
"--prefix=#{prefix}"
|
||||
system "make", "install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue