apkbuild-cpan.in: add additional license and package mappings

This commit is contained in:
Timothy Legge 2020-03-25 00:10:41 +00:00
parent e448c9a452
commit b09e522d70
1 changed files with 3 additions and 0 deletions

View File

@ -17,12 +17,15 @@ my $license_mappings = {
"perl_5" => "GPL-1.0-or-later OR Artistic-1.0-Perl",
"artistic_2" => "Artistic-2.0",
"gpl_3" => "GPL-3.0-only",
"mit" => "MIT",
};
my $package_mappings = {
"LWP" => "perl-libwww",
"libwww-perl" => "perl-libwww",
"TermReadKey" => "perl-term-readkey",
"perl-ldap" => "perl-ldap",
"PerlIO-gzip" => "perl-io-gzip",
};
our $packager = "";
my $template = <<'EOF';