Date: Thursday, March 23, 2023 @ 22:59:31 Author: felixonmars Revision: 471908
archrelease: copy trunk to extra-any Added: perl-module-build/repos/extra-any/PKGBUILD (from rev 471907, perl-module-build/trunk/PKGBUILD) Deleted: perl-module-build/repos/extra-any/PKGBUILD ----------+ PKGBUILD | 64 ++++++++++++++++++++++++++++++------------------------------- 1 file changed, 32 insertions(+), 32 deletions(-) Deleted: PKGBUILD =================================================================== --- PKGBUILD 2023-03-23 22:59:16 UTC (rev 471907) +++ PKGBUILD 2023-03-23 22:59:31 UTC (rev 471908) @@ -1,32 +0,0 @@ -# Maintainer: Felix Yan <felixonm...@archlinux.org> -# Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> -# Contributor: Alan Young <harley...@gmail.com> - -pkgname=perl-module-build -pkgver=0.4232 -pkgrel=1 -pkgdesc="Build, test, and install Perl modules" -arch=('any') -url="https://search.cpan.org/dist/Module-Build" -license=('PerlArtistic' 'GPL') -depends=('perl' 'perl-cpan-meta' 'perl-inc-latest') -checkdepends=('perl-par-dist' 'perl-archive-zip') -options=('!emptydirs') -source=(https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz) -sha512sums=('f8ff0aa918e1627af59417eb3d6cf63df52c452195905596f5a88482fc094c31b1963b0215627826b1cd33fa74893cadce138e5fd705adc14d9968f586da333c') - -build() { - cd Module-Build-$pkgver - perl Build.PL installdirs=vendor - perl Build -} - -check() { - cd Module-Build-$pkgver - perl Build test -} - -package() { - cd Module-Build-$pkgver - perl Build install destdir="$pkgdir" -} Copied: perl-module-build/repos/extra-any/PKGBUILD (from rev 471907, perl-module-build/trunk/PKGBUILD) =================================================================== --- PKGBUILD (rev 0) +++ PKGBUILD 2023-03-23 22:59:31 UTC (rev 471908) @@ -0,0 +1,32 @@ +# Maintainer: Felix Yan <felixonm...@archlinux.org> +# Contributor: Jan Alexander Steffens (heftig) <jan.steff...@gmail.com> +# Contributor: Alan Young <harley...@gmail.com> + +pkgname=perl-module-build +pkgver=0.4232 +pkgrel=2 +pkgdesc="Build, test, and install Perl modules" +arch=('any') +url="https://search.cpan.org/dist/Module-Build" +license=('PerlArtistic' 'GPL') +depends=('perl' 'perl-inc-latest') +checkdepends=('perl-par-dist' 'perl-archive-zip') +options=('!emptydirs') +source=(https://search.cpan.org/CPAN/authors/id/L/LE/LEONT/Module-Build-$pkgver.tar.gz) +sha512sums=('f8ff0aa918e1627af59417eb3d6cf63df52c452195905596f5a88482fc094c31b1963b0215627826b1cd33fa74893cadce138e5fd705adc14d9968f586da333c') + +build() { + cd Module-Build-$pkgver + perl Build.PL installdirs=vendor + perl Build +} + +check() { + cd Module-Build-$pkgver + perl Build test +} + +package() { + cd Module-Build-$pkgver + perl Build install destdir="$pkgdir" +}