summaryrefslogtreecommitdiff
path: root/scripts/package-build/vpp/package.toml
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/package-build/vpp/package.toml')
-rw-r--r--scripts/package-build/vpp/package.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/scripts/package-build/vpp/package.toml b/scripts/package-build/vpp/package.toml
new file mode 100644
index 00000000..255c3943
--- /dev/null
+++ b/scripts/package-build/vpp/package.toml
@@ -0,0 +1,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"
+]