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

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

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: perl-net-dns
pkgver: '1.56'
pkgrel: '1'
pkgdesc: 'Perl Module: Interface to the DNS resolver'
url: 'https://metacpan.org/pod/Net::DNS'
arch: x86_64
depends:
- perl
makedepends:
- perl-digest-hmac
- perl-net-ip
- perl-io-socket-inet6
- perl-socket6
source:
- 'https://www.cpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-${pkgver}.tar.gz'
sha256sums:
- 5930e39f76895b380c7ca11fc08352d15ad71c41fe84c12dfb6a322d17f66946
build: |
  cd Net-DNS-${pkgver}
  perl Makefile.PL INSTALLDIRS=vendor
  make
  make DESTDIR=${PKGDIR} install
  find ${PKGDIR} -iname '*.pod' -or \
  -name '.packlist' -or \
  -empty -delete
package: |
  true