libs
Some checks failed
Package builder / BuildPackage (push) Failing after 25s

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
2026-06-22 20:25:56 +00:00
parent d22c068d35
commit dc2e068305
11 changed files with 1074 additions and 0 deletions

33
REUSE.toml Normal file
View File

@@ -0,0 +1,33 @@
version = 1
[[annotations]]
path = [
"PKGBUILD",
"README.md",
"arch.conf",
"keys/**",
"loader.conf",
"splash-arch.bmp",
"systemd-hook",
".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-Arch-Linux-device-access-groups.patch",
]
SPDX-FileCopyrightText = "systemd contributors"
SPDX-License-Identifier = "LGPL-2.1-or-later"