summaryrefslogtreecommitdiff
path: root/.fpm
diff options
context:
space:
mode:
authorMatthieu Pignolet <matthieu@matthieu-dev.xyz>2025-01-18 19:24:43 +0400
committerMatthieu Pignolet <matthieu@matthieu-dev.xyz>2025-01-18 19:24:43 +0400
commit5fa7432244a77f0e468d4d62ad2949bcdfa0b258 (patch)
tree734a5fcc36c3038c7ce0b1452dcbffebc5a76f85 /.fpm
parent64b14786ec5b10de872d7e4fc2ff68c7271d4abf (diff)
add packaging
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