homebrew-core/Formula/memcache-top.rb
BrewTestBot 95884bae22 Formula files style updates.
Closes Homebrew/homebrew#42407.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
2015-08-03 14:21:42 +01:00

11 lines
371 B
Ruby

class MemcacheTop < Formula
desc "Grab real-time stats from memcache"
homepage "https://code.google.com/p/memcache-top/"
url "https://memcache-top.googlecode.com/files/memcache-top-v0.6"
version "0.6"
sha256 "d5f896a9e46a92988b782e340416312cc480261ce8a5818db45ccd0da8a0f22a"
def install
bin.install "memcache-top-v#{version}" => "memcache-top"
end
end