From d17f985a6a1688d94ef8b90eb7a0bdb4b7fbdfd6 Mon Sep 17 00:00:00 2001 From: ryoskzypu Date: Wed, 18 Feb 2026 00:48:50 -0300 Subject: [PATCH] Add LICENSE; Add nvchecker support; Update .SRCINFO --- .SRCINFO | 14 +++++++------- .nvchecker.toml | 3 +++ LICENSE | 12 ++++++++++++ LICENSES/0BSD.txt | 1 + REUSE.toml | 22 ++++++++++++++++++++++ 5 files changed, 45 insertions(+), 7 deletions(-) create mode 100644 .nvchecker.toml create mode 100644 LICENSE create mode 120000 LICENSES/0BSD.txt create mode 100644 REUSE.toml diff --git a/.SRCINFO b/.SRCINFO index 6204d27e23d85..5b0fefe3ffb37 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,14 +1,14 @@ pkgbase = perl-regexp-debugger - pkgdesc = Regexp::Debugger - Visually debug regexes in-place - pkgver = 0.002001 + pkgdesc = Visually debug regexes in-place + pkgver = 0.002007 pkgrel = 1 url = https://metacpan.org/pod/Regexp::Debugger arch = any - license = GPL - license = PerlArtistic + license = Artistic-1.0-Perl OR GPL-1.0-or-later + depends = perl-test-simple depends = perl>=5.10.1 - source = https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/Regexp-Debugger-0.002001.tar.gz - sha256sums = 2b618fa60e4e9f78d982d2dd51087cdae1e75103b2239ccb16d2dc6a961a4fbd + options = !emptydirs + source = https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/Regexp-Debugger-0.002007.tar.gz + sha256sums = db096cf2e0e1e6127dacc40be6fbd526aa5ad41886a5bae00f4fe6a53a6c6ffb pkgname = perl-regexp-debugger - diff --git a/.nvchecker.toml b/.nvchecker.toml new file mode 100644 index 0000000000000..a1215623848bf --- /dev/null +++ b/.nvchecker.toml @@ -0,0 +1,3 @@ +[perl-regexp-debugger] +source = "cpan" +cpan = "Regexp-Debugger" 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"