[arch-commits] Commit in perl-file-rsyncp/repos (2 files)
Evangelos Foutras
foutrelis at archlinux.org
Sun Jun 21 16:22:57 UTC 2020
Date: Sunday, June 21, 2020 @ 16:22:57
Author: foutrelis
Revision: 649762
archrelease: copy trunk to community-staging-x86_64
Added:
perl-file-rsyncp/repos/community-staging-x86_64/
perl-file-rsyncp/repos/community-staging-x86_64/PKGBUILD
(from rev 649761, perl-file-rsyncp/trunk/PKGBUILD)
----------+
PKGBUILD | 32 ++++++++++++++++++++++++++++++++
1 file changed, 32 insertions(+)
Copied: perl-file-rsyncp/repos/community-staging-x86_64/PKGBUILD (from rev 649761, perl-file-rsyncp/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD (rev 0)
+++ community-staging-x86_64/PKGBUILD 2020-06-21 16:22:57 UTC (rev 649762)
@@ -0,0 +1,32 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Sébastien Luttringer
+
+pkgname=perl-file-rsyncp
+pkgver=0.74
+pkgrel=10
+pkgdesc='Perl interface to rsync file list encoding and decoding'
+arch=('x86_64')
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs' '!makeflags')
+url='https://search.cpan.org/dist/File-RsyncP'
+source=("https://search.cpan.org/CPAN/authors/id/C/CB/CBARRATT/File-RsyncP-$pkgver.tar.gz")
+md5sums=('17b73204db0389d882bf5563a41e4a78')
+
+build() {
+ cd File-RsyncP-$pkgver
+ USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+check() {
+ cd File-RsyncP-$pkgver
+ make test
+}
+
+package() {
+ cd File-RsyncP-$pkgver
+ make install DESTDIR="$pkgdir/"
+}
+
+# vim:set ts=2 sw=2 et:
More information about the arch-commits
mailing list