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

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 09:34:40 UTC 2022


    Date: Sunday, May 29, 2022 @ 09:34:40
  Author: foutrelis
Revision: 1214057

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 1214055, 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 1214055, perl-lingua-en-inflect/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2022-05-29 09:34:40 UTC (rev 1214057)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-lingua-en-inflect
+pkgver=1.905
+pkgrel=3
+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=('394671c4a645edd426d3f8d7b3980aac10345b68f9c7d2558f46ec3b7ffadad86138c5f27d3afd64e2c193c6d20a537f179ff01aa40a84cd1cee718e4afde42b')
+
+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