[arch-commits] Commit in perl-type-tiny/repos/community-any (PKGBUILD PKGBUILD)

Morten Linderud foxboron at gemini.archlinux.org
Thu Jun 16 21:42:04 UTC 2022


    Date: Thursday, June 16, 2022 @ 21:42:04
  Author: foxboron
Revision: 1238246

archrelease: copy trunk to community-any

Added:
  perl-type-tiny/repos/community-any/PKGBUILD
    (from rev 1238245, perl-type-tiny/trunk/PKGBUILD)
Deleted:
  perl-type-tiny/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-16 21:41:58 UTC (rev 1238245)
+++ PKGBUILD	2022-06-16 21:42:04 UTC (rev 1238246)
@@ -1,33 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=Type-Tiny
-pkgname=perl-${_pkg,,}
-pkgver=1.012004
-pkgrel=2
-pkgdesc="Tiny, yet Moo(se)-compatible type constraint"
-arch=(any)
-url="https://metacpan.org/release/${_pkg}"
-license=(PerlArtistic GPL)
-options=(!emptydirs)
-depends=(perl perl-exporter-tiny)
-checkdepends=(perl-test-simple)
-source=(https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz)
-sha512sums=('26b861f1e9caad5717f14eb0a6c71010f0306b614292fdc5ee95041ebdd2035ac6cfd4a6a186943479de630f3ff143914671111f5cec86bc4c08842cec30d2af')
-
-build() {
-    cd ${_pkg}-${pkgver}
-    export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
-    perl Makefile.PL
-    make
-}
-
-check() {
-    cd ${_pkg}-${pkgver}
-    make test
-}
-
-package() {
-    cd ${_pkg}-${pkgver}
-    make INSTALLDIRS=vendor DESTDIR="${pkgdir}" install
-}

Copied: perl-type-tiny/repos/community-any/PKGBUILD (from rev 1238245, perl-type-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-16 21:42:04 UTC (rev 1238246)
@@ -0,0 +1,33 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=Type-Tiny
+pkgname=perl-${_pkg,,}
+pkgver=1.012005
+pkgrel=1
+pkgdesc="Tiny, yet Moo(se)-compatible type constraint"
+arch=(any)
+url="https://metacpan.org/release/${_pkg}"
+license=(PerlArtistic GPL)
+options=(!emptydirs)
+depends=(perl perl-exporter-tiny)
+checkdepends=(perl-test-simple)
+source=(https://cpan.metacpan.org/authors/id/T/TO/TOBYINK/${_pkg}-${pkgver}.tar.gz)
+sha512sums=('2babd94db03ac6f48b1617082a3eac0552db30ecc189dc6b02710e63b2d255a92b08e6f6be4b27d7d95ce7c01767ff3be9421bddefa0e13e8d0114a122a0bbac')
+
+build() {
+    cd ${_pkg}-${pkgver}
+    export PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps
+    perl Makefile.PL
+    make
+}
+
+check() {
+    cd ${_pkg}-${pkgver}
+    make test
+}
+
+package() {
+    cd ${_pkg}-${pkgver}
+    make INSTALLDIRS=vendor DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list