Skip to content

Instantly share code, notes, and snippets.

@soh-i
Created August 8, 2015 07:31
Show Gist options
  • Select an option

  • Save soh-i/4eb1c3b30b11d14ed38a to your computer and use it in GitHub Desktop.

Select an option

Save soh-i/4eb1c3b30b11d14ed38a to your computer and use it in GitHub Desktop.
w3m
class W3m < Formula
desc "Pager/text based browser"
homepage "http://w3m.sourceforge.net/"
url "https://downloads.sourceforge.net/project/w3m/w3m/w3m-0.5.3/w3m-0.5.3.tar.gz"
sha256 "e994d263f2fd2c22febfbe45103526e00145a7674a0fda79c822b97c2770a9e3"
depends_on "bdw-gc"
depends_on "openssl"
fails_with :llvm do
build 2334
end
patch :DATA
def install
system "./configure", "--prefix=#{prefix}", "--enable-image"
# Race condition in build reported in:
# https://github.com/Homebrew/homebrew/issues/12854
ENV.j1 #
system "make", "install"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment