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

recipes/utils/perl-module-pluggable/PAGBUILD.yaml main

24 linii Raw ← Powrót
123456789101112131415161718192021222324
pkgname: perl-module-pluggable
pkgver: '6.4'
pkgrel: '1'
pkgdesc: automatically give your module the ability to have plugins
url: 'https://metacpan.org/release/Module-Pluggable'
arch: x86_64
depends: []
makedepends:
- perl
source:
- 'https://search.cpan.org/CPAN/authors/id/S/SI/SIMONW/Module-Pluggable-${pkgver}.tar.gz'
sha256sums:
- 970fd13accd3d538e637db080ebbd9898020c8b5591837c8493a39edd737922d
build: |
  localedef -i en_US -f UTF-8 en_US.UTF-8
  LC_ALL=en_US.UTF-8 LANG=en_US.utf-8 \
  tar -p -o -C . -xf ./Module-Pluggable-${pkgver}.tar.gz
  cd Module-Pluggable-${pkgver}
  perl Makefile.PL INSTALLDIRS=vendor
  make
  make test
  make DESTDIR=${PKGDIR} install
package: |
  true