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

Felix Yan felixonmars at archlinux.org
Tue Jul 7 16:40:53 UTC 2020


    Date: Tuesday, July 7, 2020 @ 16:40:53
  Author: felixonmars
Revision: 659353

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 659351, perl-data-hexdump/trunk/PKGBUILD)

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

Copied: perl-data-hexdump/repos/community-staging-any/PKGBUILD (from rev 659351, perl-data-hexdump/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2020-07-07 16:40:53 UTC (rev 659353)
@@ -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=7
+pkgdesc="Hexadecial Dumper"
+arch=('any')
+url="https://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