[arch-commits] Commit in perl-type-tiny/repos/community-any (PKGBUILD PKGBUILD)
Morten Linderud
foxboron at archlinux.org
Sat May 15 10:52:19 UTC 2021
Date: Saturday, May 15, 2021 @ 10:52:18
Author: foxboron
Revision: 934628
archrelease: copy trunk to community-any
Added:
perl-type-tiny/repos/community-any/PKGBUILD
(from rev 934627, 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 2021-05-15 10:52:11 UTC (rev 934627)
+++ PKGBUILD 2021-05-15 10:52:18 UTC (rev 934628)
@@ -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.012001
-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=('1d8df1316186f943a9a10623425d8dc7e3d882dfba08c4858fd9f1a5ca8870a37ee29f0b01b458d2ea57a2f1af45ee2762f890317abb56ad6034d295fde2d2f5')
-
-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 934627, perl-type-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-15 10:52:18 UTC (rev 934628)
@@ -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.012003
+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=('d7bd3c416e20a5a951606d05a2fb396a4058cb6f165b401c7662af3d21f416c26ac0df70eaa6d483db3fe2d78e8fb4f02cf5cf71ebc353a744e3195e77f6ea42')
+
+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