diff --git a/.SRCINFO b/.SRCINFO index f43a215f4d6bf..e4c0b021d62eb 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 0000000000000..5df3c6a6a4b40 --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,3 @@ +[perl-file-xdg] +source = "cpan" +cpan = "File-XDG" diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000000000..b87c5e4be4423 --- /dev/null +++ b/LICENSE @@ -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. diff --git a/LICENSES/0BSD.txt b/LICENSES/0BSD.txt new file mode 120000 index 0000000000000..ea5b60640b01f --- /dev/null +++ b/LICENSES/0BSD.txt @@ -0,0 +1 @@ +../LICENSE \ No newline at end of file diff --git a/REUSE.toml b/REUSE.toml new file mode 100644 index 0000000000000..85017554fad0a --- /dev/null +++ b/REUSE.toml @@ -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"