Date: Tuesday, May 2, 2023 @ 22:00:13
Author: muflone
Revision: 1455939
archrelease: copy trunk to community-x86_64
Added:
perl-cpanel-json-xs/repos/community-x86_64/PKGBUILD
(from rev 1455938, perl-cpanel-json-xs/trunk/PKGBUILD)
Deleted:
perl-cpanel-json-xs/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 76 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 38 insertions(+), 38 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-05-02 21:59:45 UTC (rev 1455938)
+++ PKGBUILD 2023-05-02 22:00:13 UTC (rev 1455939)
@@ -1,38 +0,0 @@
-# Maintainer: Muflone http://www.muflone.com/contacts/english/
-# Contributor: Ordoban <[email protected]>
-
-pkgname=perl-cpanel-json-xs
-_perl_namespace=Cpanel
-_perl_module=JSON-XS
-pkgver=4.32
-pkgrel=1
-pkgdesc="cPanel fork of JSON::XS, fast and correct serializing"
-arch=('x86_64')
-license=('PerlArtistic' 'GPL')
-depends=('perl')
-url="https://metacpan.org/dist/${_perl_namespace}-${_perl_module}"
-source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
-sha512sums=('f17809bb12c388e6344ef738abddd471d541e3854ca8775f518a4cda62f129a703bbaf85e4bf2fa960390df060a161f1ff61a3d3a35c269ae1dc4fe9af8389dd')
-
-build() {
- cd "${_perl_namespace}-${_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_namespace}-${_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_namespace}-${_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 1455938,
perl-cpanel-json-xs/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-05-02 22:00:13 UTC (rev 1455939)
@@ -0,0 +1,38 @@
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ordoban <[email protected]>
+
+pkgname=perl-cpanel-json-xs
+_perl_namespace=Cpanel
+_perl_module=JSON-XS
+pkgver=4.36
+pkgrel=1
+pkgdesc="cPanel fork of JSON::XS, fast and correct serializing"
+arch=('x86_64')
+license=('PerlArtistic' 'GPL')
+depends=('perl')
+url="https://metacpan.org/dist/${_perl_namespace}-${_perl_module}"
+source=("https://cpan.metacpan.org/authors/id/R/RU/RURBAN/${_perl_namespace}-${_perl_module}-${pkgver}.tar.gz")
+sha512sums=('3e080bfb2842e7d1270c1bee7463f6ee3579b526f385b2a55abfceaf57af45786a22d45d5e7d6490f0998cd5b3bf305f608fb744ca0bbfffc6644456ea17c22d')
+
+build() {
+ cd "${_perl_namespace}-${_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_namespace}-${_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_namespace}-${_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
+}