2009-10-29 00:04:09 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class MemcacheTop <Formula
|
|
|
|
url 'http://memcache-top.googlecode.com/files/memcache-top-v0.6'
|
|
|
|
homepage 'http://code.google.com/p/memcache-top/'
|
|
|
|
md5 '5eb035237cb482772f898597eda26106'
|
|
|
|
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
|