watch tool from procps 3.2.8

master
Matthew R. Scott 2009-09-25 11:48:43 -07:00 committed by Max Howell
parent e5e3e307fd
commit f6180cf493
1 changed files with 13 additions and 0 deletions

13
Formula/watch.rb Normal file
View File

@ -0,0 +1,13 @@
require 'brewkit'
class Watch <Formula
homepage 'http://procps.sourceforge.net/'
url 'http://procps.sourceforge.net/procps-3.2.8.tar.gz'
md5 '9532714b6846013ca9898984ba4cd7e0'
def install
system "make", "watch", "PKG_LDFLAGS=-Wl"
bin.install "watch"
man1.install "watch.1"
end
end