[arch-commits] Commit in perl-task-weaken/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sat May 25 09:08:27 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:08:26
  Author: felixonmars
Revision: 470010

archrelease: copy trunk to community-staging-any

Added:
  perl-task-weaken/repos/community-staging-any/
  perl-task-weaken/repos/community-staging-any/PKGBUILD
    (from rev 470007, perl-task-weaken/trunk/PKGBUILD)

----------+
 PKGBUILD |   29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

Copied: perl-task-weaken/repos/community-staging-any/PKGBUILD (from rev 470007, perl-task-weaken/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 09:08:26 UTC (rev 470010)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-task-weaken
+pkgver=1.06
+pkgrel=2
+pkgdesc="Ensure that a platform has weaken support"
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Task-Weaken"
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/E/ET/ETHER/Task-Weaken-$pkgver.tar.gz")
+sha512sums=('2cd723a748c1fb3df12b465ad278070330959c611ed125f54770c2d820202592cc6e46f16ee43671e310abfcf86fe7ffa639db7dd605d69d7d13fca793d59808')
+
+build() {
+  cd Task-Weaken-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Task-Weaken-$pkgver
+  make test
+}
+
+package() {
+  cd Task-Weaken-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list