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

recipes/utils/perl-net-ip/PAGBUILD.yaml main

23 linii Raw ← Powrót
1234567891011121314151617181920212223
pkgname: perl-net-ip
pkgver: '1.26'
pkgrel: '3'
pkgdesc: 'Perl Module: Easy manipulation of IPv4 and IPv6 addresses'
url: 'https://metacpan.org/pod/Net::IP'
arch: x86_64
depends:
- perl
makedepends: []
source:
- 'https://www.cpan.org/authors/id/M/MA/MANU/Net-IP-${pkgver}.tar.gz'
sha256sums:
- 040f16f3066647d761b724a3b70754d28cbd1e6fe5ea01c63ed1cd857117d639
build: |
  cd Net-IP-${pkgver}
  PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
  make
  make DESTDIR=${PKGDIR} install
  find ${PKGDIR} -iname '*.pod' -or \
  -name '.packlist' -or \
  -empty -delete
package: |
  true