From 60149d4be1633dd72cba35fcfc29bcf9f117e6fd Mon Sep 17 00:00:00 2001 From: bill-auger Date: Wed, 12 Sep 2018 08:25:54 +0000 Subject: add 'mailman3' --- .../python-mailman-hyperkitty-plugin/PKGBUILD | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 pcr-testing/python-mailman-hyperkitty-plugin/PKGBUILD (limited to 'pcr-testing/python-mailman-hyperkitty-plugin/PKGBUILD') diff --git a/pcr-testing/python-mailman-hyperkitty-plugin/PKGBUILD b/pcr-testing/python-mailman-hyperkitty-plugin/PKGBUILD new file mode 100644 index 000000000..24fb78252 --- /dev/null +++ b/pcr-testing/python-mailman-hyperkitty-plugin/PKGBUILD @@ -0,0 +1,27 @@ +# Maintainer: bill-auger +# Maintainer (AUR): Simon Hanna + +pkgname=('python-mailman-hyperkitty-plugin') +pkgver=1.1.0 +pkgrel=1 +pkgdesc="Hyperkitty archive plugin for mailman" +arch=(any) +url=https://gitlab.com/mailman/mailman-hyperkitty +license=('GPL') +options=(!emptydirs) + +makedepends=('python-setuptools') +depends=('mailman-core' 'python-setuptools' 'python-requests') + +_upstream_name='mailman-hyperkitty' +_release="${_upstream_name}-v${pkgver}" +source=(https://gitlab.com/mailman/${_upstream_name}/-/archive/v${pkgver}/${_release}.tar.gz) +sha256sums=('b3a32e66961571c3b68f536cf50dbd186620577dd16024e67d299a0857e1d40d') + + +package() +{ + cd "$srcdir/${_release}" + + python setup.py install --root="${pkgdir}/" --optimize=1 +} -- cgit v1.2.3