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

recipes/utils/razor/PAGBUILD.yaml main

31 linii Raw ← Powrót
12345678910111213141516171819202122232425262728293031
pkgname: razor
pkgver: '2.88'
pkgrel: '1'
pkgdesc: A distributed, collaborative, spam detection and filtering network
url: 'https://search.cpan.org/'
arch: x86_64
depends: []
makedepends:
- perl
- perl-net-dns
- perl-digest-sha1
- perl-uri
- perl-digest-nilsimsa
source:
- 'https://cpan.metacpan.org/authors/id/T/TO/TODDR/Razor2-Client-Agent-${pkgver}.tar.gz'
sha256sums:
- 1586f1ef8759d6d52de9b1cd43056c3866161f8fd0db0048b25d46473658fdaa
build: |
  cd Razor2-Client-Agent-${pkgver}

  perl Makefile.PL INSTALLDIRS=vendor

  make
  make DESTDIR=${PKGDIR} install

  find ${PKGDIR} \
           -name '*.bs' -or \
           -name '.packlist' -or \
           -name 'perllocal.pod' | xargs rm
package: |
  true