summaryrefslogtreecommitdiff
path: root/.fpm
diff options
context:
space:
mode:
Diffstat (limited to '.fpm')
-rw-r--r--.fpm11
1 files changed, 11 insertions, 0 deletions
diff --git a/.fpm b/.fpm
new file mode 100644
index 0000000..f0609bf
--- /dev/null
+++ b/.fpm
@@ -0,0 +1,11 @@
+-s dir
+--name frr-evpn-route-watcher
+--architecture all
+--depends python3
+--description "Reads the frr evpn routes and syncronizes the linux routes"
+--url "https://github.com/MatthieuCoder/frr-evpn-route-watcher"
+--maintainer "Matthieu Pignolet <m@mpgn.dev>"
+
+frr-evpn-route-watcher/=/usr/lib/frr-evpn-route-watcher/
+frr-evpn-route-watcher.service=/etc/systemd/system/frr-evpn-route-watcher.service
+frr-evpn-route-watcher.timer=/etc/systemd/system/frr-evpn-route-watcher.timer