Build an installer that can be installed as a brew cask
Homebrew casks are just wrappers around regular macOS installers (typically *.dmg or *.pkg), that can install anywhere, and that can require sudo during installation.
We need an installer that can take the tarball created by #22 and install it into /opt/vde.
Let's find out if we can use an installer script with just a tarball instead of a full-blown DMG or PKG installer.
We should probably also create our own tap to host the cask, at least initially.
Question - I made a MacPorts port out of this fairly easily, and it'd remove needed work to build a .pkg if brew built it from source wouldn't it?
Question - I made a MacPorts port out of this fairly easily, and it'd remove needed work to build a .pkg if brew built it from source wouldn't it?
Answering my own question, this is only easy if brew has a package for the latest vde-2 commit hash. Ignore me.
Perhaps a brew tap including a vde formula for the current latest commit?
vde_vmnet is now deprecated