From 25dda045c8de2c4fc23295a02bd03c08e7cc4eb4 Mon Sep 17 00:00:00 2001 From: Alessio Bogon Date: Tue, 11 Feb 2014 16:46:06 +0100 Subject: cputhrottle 20100515 Signed-off-by: Mike McQuaid --- Library/Formula/cputhrottle.rb | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 Library/Formula/cputhrottle.rb (limited to 'Library/Formula') diff --git a/Library/Formula/cputhrottle.rb b/Library/Formula/cputhrottle.rb new file mode 100644 index 000000000..7c96053e3 --- /dev/null +++ b/Library/Formula/cputhrottle.rb @@ -0,0 +1,15 @@ +require "formula" + +class Cputhrottle < Formula + homepage "http://www.willnolan.com/cputhrottle/cputhrottle.html" + url "http://www.willnolan.com/cputhrottle/cputhrottle.tar.gz" + sha1 "e88c7264cb09399f2e4c54f9d10978ffbb99078b" + version "20100515" + + depends_on "boost" => :build + + def install + system "make", "all" + bin.install "cputhrottle" + end +end -- cgit v1.2.3