[arch-commits] Commit in (4 files)

Fabio Castelli muflone at archlinux.org
Sun Apr 1 00:32:38 UTC 2018


    Date: Sunday, April 1, 2018 @ 00:32:36
  Author: muflone
Revision: 313666

new package perl-filesys-df 0.92-4

Added:
  perl-filesys-df/
  perl-filesys-df/repos/
  perl-filesys-df/trunk/
  perl-filesys-df/trunk/PKGBUILD

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

Added: perl-filesys-df/trunk/PKGBUILD
===================================================================
--- perl-filesys-df/trunk/PKGBUILD	                        (rev 0)
+++ perl-filesys-df/trunk/PKGBUILD	2018-04-01 00:32:36 UTC (rev 313666)
@@ -0,0 +1,28 @@
+# $Id
+# Maintainer: Muflone http://www.muflone.com/contacts/english/
+# Contributor: Ian Guthrie <iguthrie [at] aol [dot] com>
+# Contributor: der_FeniX <derfenix [at] gmail [dot] com>
+
+pkgname=perl-filesys-df
+_perl_module=Filesys-Df
+pkgver=0.92
+pkgrel=4
+pkgdesc="Perl extension for filesystem disk space information"
+arch=('x86_64')
+url="https://metacpan.org/release/${_perl_module}"
+license=('GPL3')
+depends=('perl')
+source=("https://cpan.metacpan.org/authors/id/I/IG/IGUTHRIE/${_perl_module}-${pkgver}.tar.gz")
+sha256sums=('fe89cbb427e0e05f1cd97c2dd6d3866ac6b21bc7a85734ede159bdc35479552a')
+options=('!emptydirs')
+
+build() {
+   cd "${_perl_module}-${pkgver}"
+   perl Makefile.PL
+   make
+}
+
+package() {
+   cd "${_perl_module}-${pkgver}"
+   make pure_install DESTDIR="${pkgdir}"
+}


Property changes on: perl-filesys-df/trunk/PKGBUILD
___________________________________________________________________
Added: svn:keywords
## -0,0 +1 ##
+Id
\ No newline at end of property



More information about the arch-commits mailing list