🔒 Repository is read-only – file editing is disabled.
123456789101112131415161718192021
pkgname: bogofilter
pkgver: '1.2.5'
pkgrel: 1
pkgdesc: A fast Bayesian spam filtering tool
url: 'https://bogofilter.sourceforge.net/'
arch: x86_64
depends: []
makedepends:
- db
- perl
source:
- 'https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-stable/${pkgname}-${pkgver}.tar.xz'
sha256sums:
- SKIP
build: |
cd ${pkgname}-${pkgver}
./configure --prefix=/usr
make
package: |
cd ${pkgname}-${pkgver}
make DESTDIR="${PKGDIR}" install