vmtouch 1.0.2 (new formula)

Closes Homebrew/homebrew#46677.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
Jacek Szpot 2015-12-04 22:03:53 +01:00 committed by Mike McQuaid
parent 0049fb3661
commit 99193f903a

15
Formula/vmtouch.rb Normal file
View file

@ -0,0 +1,15 @@
class Vmtouch < Formula
desc "Portable file system cache diagnostics and control"
homepage "http://hoytech.com/vmtouch"
url "https://github.com/hoytech/vmtouch/archive/vmtouch-1.0.2.tar.gz"
sha256 "48d41e5b805a0fcac46c12feeb4650e4b9def44b75d528d7c66c2f8b3a747c39"
head "https://github.com/hoytech/vmtouch.git"
def install
system "make", "install", "PREFIX=#{prefix}", "MANDIR=#{man}"
end
test do
system "#{bin}/vmtouch", "#{bin}/vmtouch"
end
end