perl-uri-encode: new port

This commit is contained in:
Luis
2023-07-20 15:55:34 +00:00
parent 41808f0da1
commit 9b93f3913d
3 changed files with 33 additions and 0 deletions

View File

@@ -0,0 +1 @@
54e0270f1d9ba1e2a3ed3698337114c6 perl-uri-encode-1.1.1.tar.gz

View File

@@ -0,0 +1,16 @@
perl-uri-encode-1.1.1-1
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/perl5/
drwxr-xr-x root/root usr/lib/perl5/site_perl/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/URI/
-r--r--r-- root/root usr/lib/perl5/site_perl/5.38/URI/Encode.pm
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/URI/
drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/URI/Encode/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/man/
drwxr-xr-x root/root usr/share/man/man3/
-r--r--r-- root/root usr/share/man/man3/URI::Encode.3.gz

View File

@@ -0,0 +1,16 @@
# description: Simple percent Encoding/Decoding
# homepage: https://metacpan.org/release/URI-Encode/
# depends: perl-module-build
name=perl-uri-encode
version=1.1.1
release=1
source="$name-$version.tar.gz::https://cpan.metacpan.org/authors/id/M/MI/MITHUN/URI-Encode-v$version.tar.gz"
build() {
cd URI-Encode-v$version
perl Build.PL --installdirs=vendor
./Build
./Build install --destdir=$PKG
find $PKG \( -name perllocal.pod -o -name .packlist \) -delete
}