Add LICENSE; Add nvchecker support; Update .SRCINFO

This commit is contained in:
ryoskzypu 2026-02-18 00:48:50 -03:00
parent b74b2189a7
commit d17f985a6a
No known key found for this signature in database
GPG key ID: 19D6F71BA9ED3E0E
5 changed files with 45 additions and 7 deletions

View file

@ -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

3
.nvchecker.toml Normal file
View file

@ -0,0 +1,3 @@
[perl-regexp-debugger]
source = "cpan"
cpan = "Regexp-Debugger"

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"