Date: Tuesday, July 14, 2020 @ 19:19:45
  Author: arojas
Revision: 663781

Bring back nicotine+, ported to py3

Added:
  nicotine+/
  nicotine+/trunk/
  nicotine+/trunk/PKGBUILD

----------+
 PKGBUILD |   23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

Added: nicotine+/trunk/PKGBUILD
===================================================================
--- nicotine+/trunk/PKGBUILD                            (rev 0)
+++ nicotine+/trunk/PKGBUILD    2020-07-14 19:19:45 UTC (rev 663781)
@@ -0,0 +1,23 @@
+# Maintainer: Antonio Rojas <aro...@archlinux.org>
+# Contributor: Alexander Rødseth <rods...@gmail.com>
+# Contributor: Angel Velasquez <an...@archlinux.org>
+# Contributor: Hugo Doria <h...@archlinux.org>
+# Contributor: Andrew Wright <andr...@photism.org>
+
+pkgname=nicotine+
+pkgver=2.0.0
+pkgrel=1
+pkgdesc='Soulseek music-sharing client, written in python'
+arch=(any)
+url='https://github.com/Nicotine-Plus/nicotine-plus'
+license=(GPL)
+depends=(python-mutagen python-gobject gtk3)
+optdepends=('python-geoip: to enable Geographical blocker')
+source=("https://github.com/Nicotine-Plus/nicotine-plus/releases/download/$pkgver/nicotine-$pkgver.tar.gz";)
+sha256sums=('06b1f343089a93bd07e6394926d71793aa615c55d593e0be81df24d6ed2caa66')
+
+package() {
+  cd nicotine-$pkgver
+
+  python setup.py install --root="$pkgdir"
+}

Reply via email to