Add LICENSE; Add nvchecker support; Update .SRCINFO

This commit is contained in:
ryoskzypu 2026-02-18 00:15:06 -03:00
parent be5c372a0d
commit 1692e5a2f5
No known key found for this signature in database
GPG key ID: 19D6F71BA9ED3E0E
5 changed files with 52 additions and 7 deletions

View file

@ -1,14 +1,21 @@
pkgbase = perl-file-xdg
pkgdesc = CPAN/File::XDG -- basic implementation of the XDG base directory spec
pkgver = 1.02
pkgrel = 2
pkgdesc = Basic implementation of the XDG base directory specification
pkgver = 1.03
pkgrel = 1
url = https://metacpan.org/module/File::XDG
arch = any
license = GPL
depends = perl-file-homedir
license = Artistic-1.0-Perl OR GPL-1.0-or-later
checkdepends = perl-file-path>=2.07
checkdepends = perl-file-temp
checkdepends = perl-path-class>=0.26
checkdepends = perl-test-simple
depends = perl-file-path>=2.07
depends = perl-path-class
depends = perl-path-tiny
depends = perl-ref-util
depends = perl>=5.6.0
options = !emptydirs
source = https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-XDG-1.02.tar.gz
md5sums = 162aafd0414382491f11f9ef6e85aae7
source = https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-XDG-1.03.tar.gz
sha256sums = 88bd7c1458cb763beced6e7bd0c11972a156b1e39232984f8a7a8be4206bf7ce
pkgname = perl-file-xdg

3
.nvchecker.toml Normal file
View file

@ -0,0 +1,3 @@
[perl-file-xdg]
source = "cpan"
cpan = "File-XDG"

12
LICENSE Normal file
View file

@ -0,0 +1,12 @@
Copyright Arch Linux Contributors
Permission to use, copy, modify, and/or distribute this software for
any purpose with or without fee is hereby granted.
THE SOFTWARE IS PROVIDED “AS IS” AND THE AUTHOR DISCLAIMS ALL
WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE
FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY
DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN
AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

1
LICENSES/0BSD.txt Symbolic link
View file

@ -0,0 +1 @@
../LICENSE

22
REUSE.toml Normal file
View file

@ -0,0 +1,22 @@
version = 1
[[annotations]]
path = [
"PKGBUILD",
"README.md",
"keys/**",
".SRCINFO",
".nvchecker.toml",
"*.install",
"*.sysusers",
"*.tmpfiles",
"*.logrotate",
"*.pam",
"*.service",
"*.socket",
"*.timer",
"*.desktop",
"*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"