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

Florian Pritz bluewind at archlinux.org
Thu Jun 1 18:03:27 UTC 2017


    Date: Thursday, June 1, 2017 @ 18:03:26
  Author: bluewind
Revision: 232479

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 232477, perl-anyevent-i3/trunk/PKGBUILD)

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

Copied: perl-anyevent-i3/repos/community-staging-any/PKGBUILD (from rev 232477, perl-anyevent-i3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2017-06-01 18:03:26 UTC (rev 232479)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=perl-anyevent-i3
+pkgver=0.16
+pkgrel=3
+pkgdesc="Communicate with the i3 window manager"
+arch=('any')
+url='http://search.cpan.org/~mstplbg/AnyEvent-I3/'
+license=('GPL')
+depends=('perl' 'perl-anyevent' 'perl-json-xs')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/M/MS/MSTPLBG/AnyEvent-I3-${pkgver}.tar.gz)
+md5sums=('88bd53dbfe356aa8aa136fe19ab7d8e6')
+
+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