termrec 0.18
Closes #33863. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
49c8cdb2c3
commit
0e8f95fa77
1 changed files with 4 additions and 5 deletions
|
@ -1,8 +1,8 @@
|
|||
class Termrec < Formula
|
||||
desc "Record \"videos\" of terminal output"
|
||||
desc "Record videos of terminal output"
|
||||
homepage "https://angband.pl/termrec.html"
|
||||
url "https://github.com/kilobyte/termrec/archive/0.17.tar.gz"
|
||||
sha256 "e3496dcb520b63036423cc72f3eaf66f690e869ef4ae508f027923062c34d84f"
|
||||
url "https://github.com/kilobyte/termrec/archive/v0.18.tar.gz"
|
||||
sha256 "b74aeea0526b606d0c0a8dfe4149670f7d34be9d4369e974a15abc67509a02ac"
|
||||
head "https://github.com/kilobyte/termrec.git"
|
||||
|
||||
bottle do
|
||||
|
@ -21,8 +21,7 @@ class Termrec < Formula
|
|||
depends_on "xz"
|
||||
|
||||
def install
|
||||
inreplace "autogen", "libtoolize", "glibtoolize"
|
||||
system "./autogen"
|
||||
system "./autogen.sh"
|
||||
system "./configure", "--disable-debug",
|
||||
"--disable-dependency-tracking",
|
||||
"--disable-silent-rules",
|
||||
|
|
Loading…
Reference in a new issue