[arch-commits] Commit in perl-file-desktopentry/repos (2 files)

Felix Yan felixonmars at archlinux.org
Sun Jun 21 15:30:02 UTC 2020


    Date: Sunday, June 21, 2020 @ 15:30:01
  Author: felixonmars
Revision: 389869

archrelease: copy trunk to staging-any

Added:
  perl-file-desktopentry/repos/staging-any/
  perl-file-desktopentry/repos/staging-any/PKGBUILD
    (from rev 389867, perl-file-desktopentry/trunk/PKGBUILD)

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

Copied: perl-file-desktopentry/repos/staging-any/PKGBUILD (from rev 389867, perl-file-desktopentry/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-06-21 15:30:01 UTC (rev 389869)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=perl-file-desktopentry
+pkgver=0.22
+pkgrel=7
+pkgdesc='Object to handle .desktop files'
+arch=('any')
+license=('GPL' 'PerlArtistic')
+url="https://search.cpan.org/dist/File-DesktopEntry/"
+depends=('perl-file-basedir' 'perl-uri')
+checkdepends=('perl-test-pod' 'perl-test-pod-coverage')
+options=('!emptydirs')
+source=(https://search.cpan.org/CPAN/authors/id/M/MI/MICHIELB/File-DesktopEntry-$pkgver.tar.gz)
+sha1sums=('5cec1844dc150db3eab387467379888b43b3fb35')
+
+build() {
+  cd File-DesktopEntry-$pkgver
+  perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd File-DesktopEntry-$pkgver
+  make test
+}
+
+package() {
+  cd File-DesktopEntry-$pkgver
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list