[arch-commits] Commit in perl-anyevent-i3/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Jun 21 16:19:22 UTC 2020


    Date: Sunday, June 21, 2020 @ 16:19:21
  Author: felixonmars
Revision: 649732

archrelease: copy trunk to community-staging-any

Added:
  perl-anyevent-i3/repos/community-staging-any/
  perl-anyevent-i3/repos/community-staging-any/PKGBUILD
    (from rev 649731, perl-anyevent-i3/trunk/PKGBUILD)

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

Copied: perl-anyevent-i3/repos/community-staging-any/PKGBUILD (from rev 649731, perl-anyevent-i3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-06-21 16:19:21 UTC (rev 649732)
@@ -0,0 +1,29 @@
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=perl-anyevent-i3
+pkgver=0.17
+pkgrel=6
+pkgdesc="Communicate with the i3 window manager"
+arch=('any')
+url='https://search.cpan.org/~mstplbg/AnyEvent-I3/'
+license=('GPL')
+depends=('perl' 'perl-anyevent' 'perl-json-xs')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
+md5sums=('907b6ed7fe6bea5914b878cdd73aba3f')
+
+build() {
+  cd AnyEvent-I3-${pkgver}
+  PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd AnyEvent-I3-${pkgver}
+  make test
+}
+
+package() {
+  cd AnyEvent-I3-${pkgver}
+  make install DESTDIR="${pkgdir}"
+}



More information about the arch-commits mailing list