blob: 584a90a8ee4e9241cf3215cfc40de0d168650634 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require 'formula'
class MemcacheTop < Formula
homepage 'http://code.google.com/p/memcache-top/'
url 'https://memcache-top.googlecode.com/files/memcache-top-v0.6'
version '0.6'
sha1 'eaac357e13ac2a531c28081783fdcc3ddbe98ede'
def install
bin.install "memcache-top-v#{version}" => "memcache-top"
end
end
|