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

recipes/utils/perl-file-which/PAGBUILD.yaml main

20 linii Raw ← Powrót
1234567891011121314151617181920
pkgname: perl-file-which
pkgver: '1.27'
pkgrel: '4'
pkgdesc: Portable implementation of which
url: 'https://metacpan.org/release/File-Which'
arch: x86_64
depends: []
makedepends:
- perl
source:
- 'https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Which-${pkgver}.tar.gz'
sha256sums:
- 3201f1a60e3f16484082e6045c896842261fc345de9fb2e620fd2a2c7af3a93a
build: |
  cd File-Which-${pkgver}
  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
  make
  make DESTDIR=${PKGDIR} install
package: |
  true