mirror of
https://github.com/archlinux/aur.git
synced 2026-02-28 14:03:16 +01:00
31 lines
629 B
TOML
31 lines
629 B
TOML
version = 1
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"PKGBUILD",
|
|
"README.md",
|
|
"haproxy.cfg",
|
|
"keys/**",
|
|
".SRCINFO",
|
|
".nvchecker.toml",
|
|
"*.install",
|
|
"*.sysusers",
|
|
"*.tmpfiles",
|
|
"*.logrotate",
|
|
"*.pam",
|
|
"*.service",
|
|
"*.socket",
|
|
"*.timer",
|
|
"*.desktop",
|
|
"*.hook",
|
|
]
|
|
SPDX-FileCopyrightText = "Arch Linux contributors"
|
|
SPDX-License-Identifier = "0BSD"
|
|
|
|
[[annotations]]
|
|
path = [
|
|
"0001-Use-CFLAGS-and-LDFLAGS-when-building-admin.patch",
|
|
"0002-MINOR-hlua-Add-support-for-lua-5.5.patch",
|
|
]
|
|
SPDX-FileCopyrightText = "haproxy contributors"
|
|
SPDX-License-Identifier = "GPL-2.0-or-later"
|