From 0491f8dc03e5af79d62ca91a856d116e96fb6f92 Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Fri, 1 Jun 2018 13:05:34 +0200 Subject: [PATCH 1/2] Remove Homebrew formula Homebrew core now packages kakoune, and the Linux-specific stuff is now in Linuxbrew, so there's no reason to keep this formula around anymore. --- contrib/kakoune.rb | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 contrib/kakoune.rb diff --git a/contrib/kakoune.rb b/contrib/kakoune.rb deleted file mode 100644 index e13f36fe..00000000 --- a/contrib/kakoune.rb +++ /dev/null @@ -1,21 +0,0 @@ -class Kakoune < Formula - homepage "https://github.com/mawww/kakoune" - head "https://github.com/mawww/kakoune.git" - - depends_on "docbook-xsl" => :build - depends_on "ncurses" => [:build, :recommended] - depends_on "asciidoc" => :build - - unless OS.mac? - depends_on "libxslt" => :build - depends_on "pkg-config" => :build - end - - def install - ENV["XML_CATALOG_FILES"] = "#{etc}/xml/catalog" - - cd "src" do - system "make", "install", "PREFIX=#{prefix}", "debug=no" - end - end -end From e339c7d3be578499248d2f09a14cd71dfce93bbd Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Sat, 26 May 2018 11:52:37 +0200 Subject: [PATCH 2/2] Mention Linuxbrew in README --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 184d88ba..95be94fa 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -122,7 +122,7 @@ its source directory, type *make install*, you can specify the `PREFIX` and `DESTDIR` if needed. [TIP] -.Homebrew (macOS) +.Homebrew (macOS) or Linuxbrew ==== --------------------------------- brew install kakoune