diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cputhrottle.rb | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
