Arch PKGBUILD for pyzor
# Maintainer: John Lane <archlinux at jelmail dot com> | |
# Contributor: Rich Li <rich@dranek.com> | |
pkgname=pyzor | |
pkgver=0.7.0 | |
pkgrel=1 | |
pkgdesc="Detect and block spam using identifying digests of messages." | |
arch=('any') | |
url="http://pyzor.sourceforge.net/" | |
license=('GPL') | |
makedepends=('python2-setuptools') | |
depends=('python2') | |
source=(https://pypi.python.org/packages/source/p/pyzor/${pkgname}-${pkgver}.tar.gz) | |
md5sums=('1407c863ab3bc5454e6e2186f29572d1') | |
package() { | |
cd "$srcdir"/$pkgname-$pkgver | |
python2 setup.py install --root="$pkgdir" --optimize=1 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
This has been applied to the AUR package,