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

recipes/utils/perl-alien-libxml2/PAGBUILD.yaml main

27 linii Raw ← Powrót
123456789101112131415161718192021222324252627
pkgname: perl-alien-libxml2
pkgver: '0.20'
pkgrel: '2'
pkgdesc: Install the C libxml2 library on your system
url: 'https://metacpan.org/release/Alien-Libxml2'
arch: x86_64
depends:
- libxml2
- perl-alien-build
makedepends:
- perl-html-parser
- perl-sort-versions
- perl-test2-suite
- perl-uri
- perl-alien-build-plugin-download-gitlab
source:
- 'https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/Alien-Libxml2-${pkgver}.tar.gz'
sha256sums:
- 56aae7b339bbeb02f77c5801f57a821be5791b51f43bf7f9062bb3bfa444c328
build: |
  cd Alien-Libxml2-${pkgver}
  perl Makefile.PL INSTALLDIRS=vendor
  make
  make test
  make DESTDIR=${PKGDIR} install
package: |
  true