[arch-commits] Commit in perl-anyevent-i3/repos (2 files)
Felix Yan
felixonmars at archlinux.org
Sat May 25 11:38:45 UTC 2019
Date: Saturday, May 25, 2019 @ 11:38:44
Author: felixonmars
Revision: 470408
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 470407, perl-anyevent-i3/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: perl-anyevent-i3/repos/community-staging-any/PKGBUILD (from rev 470407, perl-anyevent-i3/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2019-05-25 11:38:44 UTC (rev 470408)
@@ -0,0 +1,29 @@
+# Maintainer: Thorsten Töpper <atsutane-tu at freethoughts.de>
+
+pkgname=perl-anyevent-i3
+pkgver=0.17
+pkgrel=5
+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