2009-10-29 00:04:09 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class MemcacheTop < Formula
|
2009-10-29 00:04:09 +00:00
|
|
|
url 'http://memcache-top.googlecode.com/files/memcache-top-v0.6'
|
|
|
|
homepage 'http://code.google.com/p/memcache-top/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 'eaac357e13ac2a531c28081783fdcc3ddbe98ede'
|
2009-10-29 00:04:09 +00:00
|
|
|
version '0.6'
|
|
|
|
|
|
|
|
def install
|
2010-02-18 18:05:01 +00:00
|
|
|
bin.install 'memcache-top-v0.6' => 'memcache-top'
|
2009-10-29 00:04:09 +00:00
|
|
|
end
|
|
|
|
end
|