summaryrefslogtreecommitdiff
path: root/vftool/Makefile
blob: 957e430365d14089c9a23b2c94289c4005a42410 (plain)
1
2
3
4
5
6
7
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