Skip to content

Instantly share code, notes, and snippets.

@Congee
Created March 31, 2015 03:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Congee/b57c6d861f50c4974caa to your computer and use it in GitHub Desktop.
Save Congee/b57c6d861f50c4974caa to your computer and use it in GitHub Desktop.
zlog in Homebrew
class Zlog < Formula
homepage "https://hardysimpson.github.io/zlog/"
stable do
url "https://github.com/HardySimpson/zlog/archive/1.2.12.tar.gz"
sha1 "592be9688df1a713e190e2a9664157516cc6724f"
end
head do
url "https://github.com/HardySimpson/zlog.git"
end
def install
system "make", "prefix=#{prefix}"
system "make", "install", "prefix=#{prefix}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment