summaryrefslogtreecommitdiffstats
path: root/distro/config/apkg.toml
blob: 08587539432871b27cb3392612bffe9470994b94 (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
25
26
[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"]

# pkstyle aliases bellow are expected to be built-in in apkg >= 0.5.0
# https://gitlab.nic.cz/packaging/apkg/-/issues/79
[[distro.aliases]]
name = "deb"
distro = ['ubuntu', 'debian']

[[distro.aliases]]
name = "rpm"
distro = ['almalinux', 'centos', 'fedora', 'opensuse', 'oracle', 'rhel', 'rocky', 'scientific']