From 71841ec3a1ddc618f90b2cf8e1a12f15df16a07e Mon Sep 17 00:00:00 2001 From: Damien Timewell Date: Mon, 29 Mar 2010 14:36:21 +0100 Subject: Adding innotop formula Signed-off-by: Adam Vandenberg --- Library/Formula/innotop.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/innotop.rb (limited to 'Library/Formula') diff --git a/Library/Formula/innotop.rb b/Library/Formula/innotop.rb new file mode 100644 index 000000000..75cbce3a3 --- /dev/null +++ b/Library/Formula/innotop.rb @@ -0,0 +1,14 @@ +require 'formula' + +class Innotop :perl + + def install + system "perl Makefile.PL PREFIX=#{prefix}" + system "make install" + end +end -- cgit v1.2.3