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

recipes/utils/perl-sub-info/PAGBUILD.yaml main

21 linii Raw ← Powrót
123456789101112131415161718192021
pkgname: perl-sub-info
pkgver: '0.002'
pkgrel: '3'
pkgdesc: Tool for inspecting subroutines
url: 'https://search.cpan.org/dist/Sub-Info'
arch: x86_64
depends: []
makedepends:
- perl-importer
source:
- 'https://search.cpan.org/CPAN/authors/id/E/EX/EXODIST/Sub-Info-${pkgver}.tar.gz'
sha256sums:
- ea3056d696bdeff21a99d340d5570887d39a8cc47bff23adfc82df6758cdd0ea
build: |
  cd Sub-Info-${pkgver}
  perl Makefile.PL INSTALLDIRS=vendor
  make
  make test
  make DESTDIR=${PKGDIR} install
package: |
  true