[arch-commits] Commit in perl-type-tiny/repos/community-any (PKGBUILD PKGBUILD)
Bruno Pagani
archange at archlinux.org
Mon Jul 27 22:07:10 UTC 2020
Date: Monday, July 27, 2020 @ 22:07:10
Author: archange
Revision: 665547
archrelease: copy trunk to community-any
Added:
perl-type-tiny/repos/community-any/PKGBUILD
(from rev 665546, perl-type-tiny/trunk/PKGBUILD)
Deleted:
perl-type-tiny/repos/community-any/PKGBUILD
----------+
PKGBUILD | 64 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 32 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-27 22:07:02 UTC (rev 665546)
+++ PKGBUILD 2020-07-27 22:07:10 UTC (rev 665547)
@@ -1,32 +0,0 @@
-# Maintainer: Bruno Pagani <archange at archlinux.org>
-
-_pkg=Type-Tiny
-pkgname=perl-${_pkg,,}
-pkgver=1.004002
-pkgrel=3
-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=('fcdd8740e1ef6a2c5d214a54b57e65ebd222188377ebdd7bbdadc74741f3a5d00ba4a7490628bfb7cc937a32f5d5a578963ea1b6208e8fb99f095f2c3239cf82')
-
-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 665546, perl-type-tiny/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-07-27 22:07:10 UTC (rev 665547)
@@ -0,0 +1,32 @@
+# Maintainer: Bruno Pagani <archange at archlinux.org>
+
+_pkg=Type-Tiny
+pkgname=perl-${_pkg,,}
+pkgver=1.010002
+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=('a5e040d22c3589708257ca9883f19660af3d31b423793ab8c55af2bf41bb167cca1bcc63d61d3a995ce93eaa4898ea21df645ccefe9a580b1145820e9ba9e358')
+
+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