reposurgeon 3.45
Closes #39922. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
62ef625254
commit
92a4e8ea0a
1 changed files with 4 additions and 2 deletions
|
@ -2,8 +2,8 @@ class Reposurgeon < Formula
|
|||
desc "Edit version-control repository history"
|
||||
homepage "http://www.catb.org/esr/reposurgeon/"
|
||||
url "https://gitlab.com/esr/reposurgeon.git",
|
||||
:tag => "3.44",
|
||||
:revision => "f37fa1aa8e3235bb4c64cbcd9e85a6907b4dea50"
|
||||
:tag => "3.45",
|
||||
:revision => "4c1ba2dbb9f0bb4f985d54b5483210a9474f9610"
|
||||
head "https://gitlab.com/esr/reposurgeon.git"
|
||||
|
||||
bottle do
|
||||
|
@ -15,11 +15,13 @@ class Reposurgeon < Formula
|
|||
end
|
||||
|
||||
depends_on "asciidoc" => :build
|
||||
depends_on "go" => :build
|
||||
depends_on "xmlto" => :build
|
||||
depends_on "pypy"
|
||||
|
||||
def install
|
||||
ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog"
|
||||
inreplace "src/isatty/isatty.go", "syscall.TCGETS", "syscall.TIOCGETA"
|
||||
system "make", "install", "prefix=#{prefix}"
|
||||
elisp.install "reposurgeon-mode.el"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue