xhyve: include test, examples and manpages.
Closes #6681. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
2f0c6dbe50
commit
60aefa6c51
1 changed files with 3 additions and 0 deletions
|
@ -19,6 +19,9 @@ class Xhyve < Formula
|
|||
args << "GIT_VERSION=#{version}" if build.stable?
|
||||
system "make", *args
|
||||
bin.install "build/xhyve"
|
||||
pkgshare.install "test/"
|
||||
pkgshare.install "xhyverun.sh"
|
||||
man1.install "xhyve.1" if build.head?
|
||||
end
|
||||
|
||||
test do
|
||||
|
|
Loading…
Reference in a new issue