1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
[[packages]]
name = "libyang"
commit_id = "v3.4.2"
scm_url = "https://github.com/CESNET/libyang.git"
build_cmd = "pipx run apkg build -i && find pkg/pkgs -type f -name *.deb -exec mv -t .. {} +"
[[packages]]
name = "rtrlib"
commit_id = "v0.8.0"
scm_url = "https://github.com/rtrlib/rtrlib.git"
[[packages]]
name = "frr"
commit_id = "stable/10.2"
scm_url = "https://github.com/FRRouting/frr.git"
build_cmd = "sudo dpkg -i ../*.deb; dpkg-buildpackage -us -uc -tc -b -Ppkg.frr.rtrlib,pkg.frr.lua"
[dependencies]
packages = [
"chrpath",
"gawk",
"install-info",
"libcap-dev",
"libjson-c-dev",
"librtr-dev",
"libpam-dev",
"libprotobuf-c-dev",
"libpython3-dev:native",
"python3-sphinx:native",
"libsnmp-dev",
"protobuf-c-compiler",
"python3-dev:native",
"texinfo",
"lua5.3",
"doxygen"
]
|