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

recipes/utils/perl-http-date/PAGBUILD.yaml main

28 linii Raw ← Powrót
12345678910111213141516171819202122232425262728
pkgname: perl-http-date
pkgver: '6.08'
pkgrel: '1'
pkgdesc: Date conversion routines
url: 'https://metacpan.org/pod/HTTP::Date'
arch: x86_64
license:
- GPL PerlArtistic
depends:
- perl
makedepends: []
source:
- 'https://search.cpan.org/CPAN/authors/id/O/OA/OALDERS/HTTP-Date-${pkgver}.tar.gz'
sha256sums:
- b57d80ca6d821c6949ca48b27467d45aba7a9c77346562306facca781a003e44
build: |
  cd HTTP-Date-${pkgver}
  perl Makefile.PL INSTALLDIRS=vendor
  make
  make DESTDIR=${PKGDIR} install
  find ${PKGDIR} \
           -name '*.bs' -or \
           -name '.packlist' -or \
           -empty -delete

  install -Dm644 LICENSE ${PKGDIR}/usr/share/licenses/${pkgname}/LICENSE
package: |
  true