1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
[[packages]] name = "vpp" commit_id = "stable/2406" scm_url = "https://github.com/FDio/vpp" build_cmd = """ make UNATTENDED=yes install-dep make pkg-deb cp build-root/*.deb ../ """ [dependencies] packages = [ "llvm" ]