summaryrefslogtreecommitdiff
path: root/pcr/python-hypersocial
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2017-06-13 15:10:03 -0400
committerDavid P <megver83@parabola.nu>2017-06-13 15:10:03 -0400
commit505bfc8aaa5dd274a8adc05eed472d2a8037339a (patch)
treeac185b3fd1f97a0501ed5ef401ed9fbc49b9c871 /pcr/python-hypersocial
parent7796fc5098b39f3c94d7e4d08dd6ccff99586e91 (diff)
Added python-hypersocial to [pcr]
Diffstat (limited to 'pcr/python-hypersocial')
-rw-r--r--pcr/python-hypersocial/PKGBUILD29
1 files changed, 29 insertions, 0 deletions
diff --git a/pcr/python-hypersocial/PKGBUILD b/pcr/python-hypersocial/PKGBUILD
new file mode 100644
index 000000000..0d7644511
--- /dev/null
+++ b/pcr/python-hypersocial/PKGBUILD
@@ -0,0 +1,29 @@
+# Maintainer: David P. <megver83@hyperbola.info>
+# Contributor: André Silva <emulatorman@hyperbola.info>
+
+_name=hypersocial
+pkgname=python-${_name}
+pkgver=0.2.2.2
+pkgrel=1
+pkgdesc="Python program to post RSS to GNU Social & Pump.io (gnusrss and spigot fork)"
+arch=('any')
+url="https://git.hyperbola.info:50100/services/hypersocial.git/"
+license=('GPL')
+depends=('python-feedparser' 'python-pycurl' 'sqlite' 'python-pypump' 'python-requests' 'python-argparse')
+makedepends=('python-setuptools')
+conflicts=('python-gnusrss')
+provides=('python-gnusrss')
+source=("https://git.hyperbola.info:50100/services/${_name}.git/plain/releases/${_name}-${pkgver}.tar.gz"{,.sig}
+ 'update.patch')
+sha512sums=('87f41a72c77de2140759d8d626c09105ea81dde13c22bb1d9535d36e2f5170e43890903b06ec6469c00e24be7fd0972002383d90c036219577cc4d4e85fdd9aa'
+ 'SKIP'
+ '0b3ff776c051e652c6859fb89658062d90bd474631631a15661e5c1128f1c22be898eb940c2b45e1a091d35aff9b9e93ebb1299bc3c6ebc99685e91e063bbbd9')
+validpgpkeys=('6DB9C4B4F0D8C0DC432CF6E4227CA7C556B2BA78') # David P.
+
+package() {
+ cd "${srcdir}"
+ python setup.py install --root="${pkgdir}/" --optimize=1
+
+ install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+}
+