[arch-commits] Commit in perl-lingua-en-inflect/repos (2 files)

Evangelos Foutras foutrelis at archlinux.org
Sat May 25 09:18:15 UTC 2019


    Date: Saturday, May 25, 2019 @ 09:18:14
  Author: foutrelis
Revision: 470093

archrelease: copy trunk to community-staging-any

Added:
  perl-lingua-en-inflect/repos/community-staging-any/
  perl-lingua-en-inflect/repos/community-staging-any/PKGBUILD
    (from rev 470091, perl-lingua-en-inflect/trunk/PKGBUILD)

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

Copied: perl-lingua-en-inflect/repos/community-staging-any/PKGBUILD (from rev 470091, perl-lingua-en-inflect/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2019-05-25 09:18:14 UTC (rev 470093)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-lingua-en-inflect
+pkgver=1.904
+pkgrel=2
+pkgdesc='Convert singular to plural. Select "a" or "an"'
+arch=('any')
+license=('PerlArtistic')
+url="https://metacpan.org/release/Lingua-EN-Inflect"
+depends=('perl')
+options=('!emptydirs')
+source=("https://cpan.metacpan.org/authors/id/D/DC/DCONWAY/Lingua-EN-Inflect-$pkgver.tar.gz")
+sha512sums=('242417424d8ab7d52d219af838df955add337c3ef97ceb27e0fd72151988e6cce44e504d5ebf7b0c15f32b496bc0179d6659845c258dd7cbfaa5ddbb0e7ec8a5')
+
+build() {
+  cd Lingua-EN-Inflect-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Lingua-EN-Inflect-$pkgver
+  make test
+}
+
+package() {
+  cd Lingua-EN-Inflect-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list