diff --git a/main/perl-http-date/.checksums b/main/perl-http-date/.checksums new file mode 100644 index 000000000..096618201 --- /dev/null +++ b/main/perl-http-date/.checksums @@ -0,0 +1 @@ +60462359bfeb1e6d14602508cfd07885 perl-http-date-6.06.tar.gz diff --git a/main/perl-http-date/.pkgfiles b/main/perl-http-date/.pkgfiles new file mode 100644 index 000000000..866a4fa74 --- /dev/null +++ b/main/perl-http-date/.pkgfiles @@ -0,0 +1,18 @@ +perl-http-date-6.06-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/5.38/ +drwxr-xr-x root/root usr/lib/perl5/5.38/x86_64-linux-thread-multi/ +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/HTTP/ +-r--r--r-- root/root usr/lib/perl5/site_perl/5.38/HTTP/Date.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/HTTP/ +drwxr-xr-x root/root usr/lib/perl5/site_perl/5.38/x86_64-linux-thread-multi/auto/HTTP/Date/ +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/HTTP::Date.3.gz diff --git a/main/perl-http-date/spkgbuild b/main/perl-http-date/spkgbuild new file mode 100644 index 000000000..730562dc4 --- /dev/null +++ b/main/perl-http-date/spkgbuild @@ -0,0 +1,17 @@ +# description : Lightweight YouTube client that does no> +# homepage : https://cpan.metacpan.org +# depends : perl + +name=perl-http-date +version=6.06 +release=1 +source="$name-$version.tar.gz::https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Date-$version.tar.gz" + +build() { + cd HTTP-Date-$version + perl -I. Makefile.PL INSTALLDIRS=vendor + make + make DESTDIR=$PKG install + +} +