aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/memcache-top.rb
blob: 66576e1228bccf81bd6ee681b8f09a627e350eec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
require 'formula'

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
    bin.install 'memcache-top-v0.6' => 'memcache-top'
  end
end