summaryrefslogtreecommitdiffstats
path: root/distro/config/apkg.toml
blob: 0b9f0eb2e08ecfa7c2ca2ffc568e1fccccde2c0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[project]
name = "knot-dns"
# needed for make-archive
make_archive_script = "scripts/make-dev-archive.sh"

[upstream]
# needed for get-archive
archive_url = "https://secure.nic.cz/files/knot-dns/knot-{{ version }}.tar.xz"
signature_url = "https://secure.nic.cz/files/knot-dns/knot-{{ version }}.tar.xz.asc"

[apkg]
compat = 3

[[distro.aliases]]
name = "el-7"
distro = ["centos == 7", "rhel == 7"]

[[distro.aliases]]
name = "deb-nolibxdp"
distro = ["debian == 11", "ubuntu == 20.04", "ubuntu == 22.04"]

[[distro.aliases]]
name = "deb-noxdp"
distro = ["debian == 10", "ubuntu == 18.04"]