🔒 Repository is read-only – file editing is disabled.

recipes/utils/perl-json/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: perl-json
pkgver: '4.11'
pkgrel: '1'
pkgdesc: JSON (JavaScript Object Notation) encoder/decoder
url: JSON (JavaScript Object Notation) encoder/decoder
arch: x86_64
depends: []
makedepends:
- perl
source:
- 'https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-${pkgver}.tar.gz'
sha256sums:
- 713bdbe724dbb915ed50265ffe47e079a511980cb2427aa19076788bb64c3182
build: |
  cd JSON-${pkgver}
  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
  make
  make DESTDIR=${PKGDIR} install

  find ${PKGDIR} -name '.packlist' -delete
    find ${PKGDIR} -name '*.pod' -delete
package: |
  true