[arch-commits] Commit in perl-text-reform/repos (2 files)
Florian Pritz
bluewind at archlinux.org
Thu Jun 1 08:57:46 UTC 2017
Date: Thursday, June 1, 2017 @ 08:57:45
Author: bluewind
Revision: 231868
archrelease: copy trunk to community-staging-any
Added:
perl-text-reform/repos/community-staging-any/
perl-text-reform/repos/community-staging-any/PKGBUILD
(from rev 231867, perl-text-reform/trunk/PKGBUILD)
----------+
PKGBUILD | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
Copied: perl-text-reform/repos/community-staging-any/PKGBUILD (from rev 231867, perl-text-reform/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD (rev 0)
+++ community-staging-any/PKGBUILD 2017-06-01 08:57:45 UTC (rev 231868)
@@ -0,0 +1,29 @@
+# $Id$
+# This PKGBUILD was generated by cpan4pacman via CPANPLUS::Dist::Pacman
+# Maintainer: Firmicus <francois.archlinux.org>
+
+pkgname=perl-text-reform
+_realname=Text-Reform
+pkgver=1.20
+pkgrel=4
+pkgdesc="Manual text wrapping and reformatting "
+arch=(any)
+url="http://search.cpan.org/dist/Text-Reform"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(http://search.cpan.org/CPAN/authors/id/C/CH/CHORNY/${_realname}-$pkgver.tar.gz)
+md5sums=('f37f5834f3dc221eacd09bdfcfe40918')
+
+build() {
+ cd "${srcdir}"/Text-Reform-$pkgver
+ PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+ make
+}
+
+package() {
+ cd "${srcdir}"/Text-Reform-$pkgver
+ make install DESTDIR="${pkgdir}"
+ find "${pkgdir}" -name '.packlist' -delete
+ find "${pkgdir}" -name '*.pod' -delete
+}
More information about the arch-commits
mailing list