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

Felix Yan felixonmars at archlinux.org
Thu Apr 11 14:50:16 UTC 2019


    Date: Thursday, April 11, 2019 @ 14:50:15
  Author: felixonmars
Revision: 451111

archrelease: copy trunk to community-any

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

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

Copied: perl-lingua-en-inflect/repos/community-any/PKGBUILD (from rev 451110, perl-lingua-en-inflect/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2019-04-11 14:50:15 UTC (rev 451111)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-lingua-en-inflect
+pkgver=1.903
+pkgrel=1
+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=('2f629e1dd9eddba123423c95531907a7c0a7eb0bc99ee425ea2c3cdb4059af0e78625c45392eb65780c8b06da8eec790e242d51912c87a15bcf5d466d68549ce')
+
+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