diff options
Diffstat (limited to 'homebrew/xhyve')
-rw-r--r-- | homebrew/xhyve/.beer | 27 | ||||
-rw-r--r-- | homebrew/xhyve/.make.sh-auto | 7 | ||||
-rw-r--r-- | homebrew/xhyve/_metadata/description | 1 | ||||
-rw-r--r-- | homebrew/xhyve/_metadata/homepage | 1 | ||||
-rw-r--r-- | homebrew/xhyve/_metadata/name | 1 | ||||
-rw-r--r-- | homebrew/xhyve/_metadata/version | 1 | ||||
-rwxr-xr-x | homebrew/xhyve/download.sh | 1 |
7 files changed, 39 insertions, 0 deletions
diff --git a/homebrew/xhyve/.beer b/homebrew/xhyve/.beer new file mode 100644 index 000000000..74e9b2044 --- /dev/null +++ b/homebrew/xhyve/.beer @@ -0,0 +1,27 @@ +{ + "name": "Xhyve", + "description": "Lightweight macOS virtualization solution based on FreeBSD", + "url": "https://github.com/machyve/xhyve/archive/v0.2.0.tar.gz", + "mirror": null, + "homepage": "https://github.com/machyve/xhyve", + "depends": [ + { + "depend": "macos", + "build-depend": false + } + ], + "resource": [], + "conflicts": [], + "patches": [], + "install": [ + "args = []", + "args << \"GIT_VERSION=#{version}\" if build.stable?", + "system \"make\", *args", + "bin.install \"build/xhyve\"", + "pkgshare.install \"test/\"", + "pkgshare.install Dir[\"xhyverun*.sh\"]", + "man1.install \"xhyve.1\" if build.head?" + ], + "version": "0.2.0", + "file": "xhyve.rb" +}
\ No newline at end of file diff --git a/homebrew/xhyve/.make.sh-auto b/homebrew/xhyve/.make.sh-auto new file mode 100644 index 000000000..b4400bbdd --- /dev/null +++ b/homebrew/xhyve/.make.sh-auto @@ -0,0 +1,7 @@ +pkg:setup +args = [] +args << "GIT_VERSION=#{version}" if build.stable? +make *args +bin.install "build/xhyve" +pkgshare.install "test/" +pkgshare.install Dir["xhyverun*.sh"] diff --git a/homebrew/xhyve/_metadata/description b/homebrew/xhyve/_metadata/description new file mode 100644 index 000000000..55bc5a942 --- /dev/null +++ b/homebrew/xhyve/_metadata/description @@ -0,0 +1 @@ +Lightweight macOS virtualization solution based on FreeBSD diff --git a/homebrew/xhyve/_metadata/homepage b/homebrew/xhyve/_metadata/homepage new file mode 100644 index 000000000..70e5b5040 --- /dev/null +++ b/homebrew/xhyve/_metadata/homepage @@ -0,0 +1 @@ +https://github.com/machyve/xhyve diff --git a/homebrew/xhyve/_metadata/name b/homebrew/xhyve/_metadata/name new file mode 100644 index 000000000..a18257e70 --- /dev/null +++ b/homebrew/xhyve/_metadata/name @@ -0,0 +1 @@ +Xhyve diff --git a/homebrew/xhyve/_metadata/version b/homebrew/xhyve/_metadata/version new file mode 100644 index 000000000..0ea3a944b --- /dev/null +++ b/homebrew/xhyve/_metadata/version @@ -0,0 +1 @@ +0.2.0 diff --git a/homebrew/xhyve/download.sh b/homebrew/xhyve/download.sh new file mode 100755 index 000000000..09a5c881e --- /dev/null +++ b/homebrew/xhyve/download.sh @@ -0,0 +1 @@ +wget https://github.com/machyve/xhyve/archive/v0.2.0.tar.gz
\ No newline at end of file |