From 27aa16e615bbd1e9fd358bb7f894d0fbbad00938 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Sun, 28 Feb 2021 20:50:48 +0100 Subject: handle git urls, add vftool --- vftool/Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 vftool/Makefile (limited to 'vftool') diff --git a/vftool/Makefile b/vftool/Makefile new file mode 100644 index 0000000..957e430 --- /dev/null +++ b/vftool/Makefile @@ -0,0 +1,8 @@ +# vftool is a CLI to run virtual machines on MacOS 11 only + +git_url = https://github.com/evansm7/vftool +configure_cmd = : +install_cmd = sudo cp build/vftool /usr/local/bin +uninstall_cmd = sudo rm /usr/local/bin/vftool + +include ../build.mk -- cgit v1.2.3