homebrew-core/Formula/memcache-top.rb

13 lines
318 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class MemcacheTop < Formula
homepage 'http://code.google.com/p/memcache-top/'
2013-01-29 05:17:13 +00:00
url 'http://memcache-top.googlecode.com/files/memcache-top-v0.6'
version '0.6'
2013-01-29 05:17:13 +00:00
sha1 'eaac357e13ac2a531c28081783fdcc3ddbe98ede'
def install
2013-08-12 23:53:38 +00:00
bin.install "memcache-top-v#{version}" => "memcache-top"
end
end