[arch-commits] Commit in perl-convert-binhex/repos (staging-any staging-any/PKGBUILD)

Evangelos Foutras foutrelis at gemini.archlinux.org
Sun May 29 11:13:09 UTC 2022


    Date: Sunday, May 29, 2022 @ 11:13:09
  Author: foutrelis
Revision: 446845

archrelease: copy trunk to staging-any

Added:
  perl-convert-binhex/repos/staging-any/
  perl-convert-binhex/repos/staging-any/PKGBUILD
    (from rev 446844, perl-convert-binhex/trunk/PKGBUILD)

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

Copied: perl-convert-binhex/repos/staging-any/PKGBUILD (from rev 446844, perl-convert-binhex/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2022-05-29 11:13:09 UTC (rev 446845)
@@ -0,0 +1,33 @@
+# Maintainer: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Techlive Zheng <techlivezheng [at] gmail [dot] com>
+# Contributor: Jakub Fišer <mr [at] MikyMaus [dot] org>
+# Contributor: Filip S. Adamsen <fsa [at] fsadev [dot] com>
+
+pkgname=perl-convert-binhex
+pkgver=1.125
+pkgrel=10
+pkgdesc="Perl module to extract data from Macintosh BinHex files"
+arch=('any')
+url="https://search.cpan.org/dist/Convert-BinHex/"
+license=('PerlArtistic')
+depends=('perl')
+checkdepends=('perl-file-slurp' 'perl-test-most')
+options=('!emptydirs')
+source=("https://search.cpan.org/CPAN/authors/id/S/ST/STEPHEN/Convert-BinHex-$pkgver.tar.gz")
+md5sums=('2f485e1283387ead5b92243e1aacff9d')
+
+build() {
+  cd Convert-BinHex-$pkgver
+  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
+  make
+}
+
+check() {
+  cd Convert-BinHex-$pkgver
+  make test
+}
+
+package() {
+  cd Convert-BinHex-$pkgver
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list