diff options
| author | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2025-01-18 19:24:43 +0400 |
|---|---|---|
| committer | Matthieu Pignolet <matthieu@matthieu-dev.xyz> | 2025-01-18 19:24:43 +0400 |
| commit | 5fa7432244a77f0e468d4d62ad2949bcdfa0b258 (patch) | |
| tree | 734a5fcc36c3038c7ce0b1452dcbffebc5a76f85 /.fpm | |
| parent | 64b14786ec5b10de872d7e4fc2ff68c7271d4abf (diff) | |
add packaging
Diffstat (limited to '.fpm')
| -rw-r--r-- | .fpm | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |
