homebrew-core/Formula/memcache-top.rb

13 lines
311 B
Ruby
Raw Normal View History

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