watch tool from procps 3.2.8
This commit is contained in:
parent
e5e3e307fd
commit
f6180cf493
1 changed files with 13 additions and 0 deletions
13
Formula/watch.rb
Normal file
13
Formula/watch.rb
Normal 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
|
Loading…
Reference in a new issue