Commit 5051617e authored by lyxell's avatar lyxell Committed by GitHub

Disable docs and add comments

parent 47f8abce
......@@ -6,7 +6,10 @@ class Jq < Package
source_sha1 '6eef3705ac0a322e8aa0521c57ce339671838277'
def self.build
system "./configure --prefix=/usr/local --disable-maintainer-mode"
system "./configure",
"--prefix=/usr/local",
"--disable-maintainer-mode", # disable make rules and dependencies not useful
"--disable-docs" # there's no support for manpages
system "make"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment