[arch-commits] Commit in perl-data-hexdump/repos (2 files)

Felix Yan felixonmars at archlinux.org
Fri Nov 9 23:19:45 UTC 2018


    Date: Friday, November 9, 2018 @ 23:19:44
  Author: felixonmars
Revision: 405244

archrelease: copy trunk to community-staging-any

Added:
  perl-data-hexdump/repos/community-staging-any/
  perl-data-hexdump/repos/community-staging-any/PKGBUILD
    (from rev 405242, perl-data-hexdump/trunk/PKGBUILD)

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

Copied: perl-data-hexdump/repos/community-staging-any/PKGBUILD (from rev 405242, perl-data-hexdump/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2018-11-09 23:19:44 UTC (rev 405244)
@@ -0,0 +1,27 @@
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+
+pkgname=perl-data-hexdump
+pkgver=0.02
+pkgrel=6
+pkgdesc="Hexadecial Dumper"
+arch=('any')
+url="http://search.cpan.org/dist/Data-HexDump"
+license=('GPL' 'PerlArtistic')
+depends=('perl')
+options=('!emptydirs')
+source=(https://www.cpan.org/authors/id/F/FT/FTASSIN/Data-HexDump-$pkgver.tar.gz)
+sha256sums=('1a9d843e7f667c1c6f77c67af5d77e7462ff23b41937cb17454d03535cd9be70')
+
+build() {
+  cd  "$srcdir"/Data-HexDump-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+package() {
+  cd  "$srcdir"/Data-HexDump-$pkgver
+  make install DESTDIR="$pkgdir"
+  find "$pkgdir" -name '.packlist' -delete
+  find "$pkgdir" -name '*.pod' -delete
+}



More information about the arch-commits mailing list