vmtouch 1.0.2 (new formula)
Closes Homebrew/homebrew#46677. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
0049fb3661
commit
99193f903a
1 changed files with 15 additions and 0 deletions
15
Formula/vmtouch.rb
Normal file
15
Formula/vmtouch.rb
Normal 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
|
Loading…
Reference in a new issue