Skip to content

Instantly share code, notes, and snippets.

@kamalmarhubi
Created March 29, 2013 01:25
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 kamalmarhubi/5268141 to your computer and use it in GitHub Desktop.
Save kamalmarhubi/5268141 to your computer and use it in GitHub Desktop.
updating watch formula
require 'formula'
class Watch < Formula
homepage 'https://gitorious.org/procps'
url 'http://downloads.sourceforge.net/project/procps-ng/Production/procps-ng-3.3.7.tar.xz'
sha1 '8b18d176ce639cd89e969cd815c61a4e5bdf9e82'
def install
system "make", "watch", "PKG_LDFLAGS=-Wl"
bin.install "watch"
man1.install "watch.1"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment