Skip to content

Instantly share code, notes, and snippets.

@kamalmarhubi
kamalmarhubi / watch.rb
Created March 29, 2013 01:25
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"