[arch-commits] Commit in perl-cpanel-json-xs/repos/community-x86_64 (2 files)

Allan McRae allan at gemini.archlinux.org
Wed Mar 2 08:11:57 UTC 2022


    Date: Wednesday, March 2, 2022 @ 08:11:57
  Author: allan
Revision: 1139318

archrelease: copy trunk to community-x86_64

Added:
  perl-cpanel-json-xs/repos/community-x86_64/PKGBUILD
    (from rev 1139317, perl-cpanel-json-xs/trunk/PKGBUILD)
Deleted:
  perl-cpanel-json-xs/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   75 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-02 08:11:41 UTC (rev 1139317)
+++ PKGBUILD	2022-03-02 08:11:57 UTC (rev 1139318)
@@ -1,38 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Ordoban <dirk.langer at vvovgonik.de>
-# Generator  : CPANPLUS::Dist::Arch 1.32
-
-pkgname=perl-cpanel-json-xs
-_perl_module=Cpanel-JSON-XS
-pkgver=4.26
-pkgrel=3
-pkgdesc="cPanel fork of JSON::XS, fast and correct serializing"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-url='https://metacpan.org/release/Cpanel-JSON-XS'
-source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/${_perl_module}-${pkgver}.tar.gz")
-sha512sums=('3193988a09670a5de6b6292e9f35e8c374518120648a206b769802fb4a66e6487a4ba05b3e89e214b9e3f5985452be74c17aa67e4bf96e88097812be75b2ed9e')
-
-build() {
-  cd "${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-  perl Makefile.PL
-  make
-}
-
-check() {
-  cd "${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  export PERL_MM_USE_DEFAULT=1
-  make test
-}
-
-package() {
-  cd "${_perl_module}-${pkgver}"
-  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
-  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
-  # Delete unuseful files
-  find "${pkgdir}" -name '.packlist' -delete
-}

Copied: perl-cpanel-json-xs/repos/community-x86_64/PKGBUILD (from rev 1139317, perl-cpanel-json-xs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-02 08:11:57 UTC (rev 1139318)
@@ -0,0 +1,37 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ordoban <dirk.langer at vvovgonik.de>
+
+pkgname=perl-cpanel-json-xs
+_perl_module=Cpanel-JSON-XS
+pkgver=4.26
+pkgrel=4
+pkgdesc="cPanel fork of JSON::XS, fast and correct serializing"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+url="https://metacpan.org/release/${_perl_module}"
+source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/${_perl_module}-${pkgver}.tar.gz")
+sha512sums=('3193988a09670a5de6b6292e9f35e8c374518120648a206b769802fb4a66e6487a4ba05b3e89e214b9e3f5985452be74c17aa67e4bf96e88097812be75b2ed9e')
+
+build() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+  perl Makefile.PL
+  make
+}
+
+check() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  export PERL_MM_USE_DEFAULT=1
+  make test
+}
+
+package() {
+  cd "${_perl_module}-${pkgver}"
+  unset PERL5LIB PERL_MM_OPT PERL_MB_OPT PERL_LOCAL_LIB_ROOT
+  make pure_install INSTALLDIRS=vendor DESTDIR="${pkgdir}"
+  # Delete unuseful files
+  find "${pkgdir}" -name '.packlist' -delete
+}



More information about the arch-commits mailing list