mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
215f7161c4
This will allow compatibility on future apkg config updates.
13 lines
248 B
TOML
13 lines
248 B
TOML
[project]
|
|
name = "bird"
|
|
# needed for make-archive
|
|
make_archive_script = "tools/make-dev-archive"
|
|
|
|
[upstream]
|
|
# needed for get-archive
|
|
archive_url = "https://bird.network.cz/download/bird-{{ version }}.tar.gz"
|
|
|
|
[apkg]
|
|
# apkg compat level
|
|
compat = 3
|