halibut 1.2
reparallelize the build Closes #13580. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
9cf73b78cf
commit
3af87769ee
1 changed files with 2 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
class Halibut < Formula
|
||||
desc "Yet another free document preparation system"
|
||||
homepage "https://www.chiark.greenend.org.uk/~sgtatham/halibut/"
|
||||
url "https://www.chiark.greenend.org.uk/~sgtatham/halibut/halibut-1.1.tar.gz"
|
||||
sha256 "b964950d11ed09d3af28ac095da539613f6e50d650f01fe72b4ae752724c80a0"
|
||||
url "https://www.chiark.greenend.org.uk/~sgtatham/halibut/halibut-1.2/halibut-1.2.tar.gz"
|
||||
sha256 "1aedfb6240f27190c36a390fcac9ce732edbdbaa31c85ee675b994e2b083163f"
|
||||
|
||||
head "https://git.tartarus.org/simon/halibut.git"
|
||||
|
||||
|
@ -16,12 +16,6 @@ class Halibut < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
# Reported to Simon Tatham (anakin@pobox.com) on 8th Mar 2016.
|
||||
ENV.deparallelize
|
||||
|
||||
bin.mkpath
|
||||
man1.mkpath
|
||||
|
||||
system "make", "prefix=#{prefix}", "mandir=#{man}", "all"
|
||||
system "make", "-C", "doc", "prefix=#{prefix}", "mandir=#{man}"
|
||||
system "make", "prefix=#{prefix}", "mandir=#{man}", "install"
|
||||
|
|
Loading…
Reference in a new issue