[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Mon Oct 12 11:31:10 UTC 2020


    Date: Monday, October 12, 2020 @ 11:31:10
  Author: felixonmars
Revision: 723607

addpkg: feeluown-kuwo 0.1.1-5

Added:
  feeluown-kuwo/
  feeluown-kuwo/repos/
  feeluown-kuwo/trunk/
  feeluown-kuwo/trunk/PKGBUILD

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

Added: feeluown-kuwo/trunk/PKGBUILD
===================================================================
--- feeluown-kuwo/trunk/PKGBUILD	                        (rev 0)
+++ feeluown-kuwo/trunk/PKGBUILD	2020-10-12 11:31:10 UTC (rev 723607)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown-kuwo
+pkgver=0.1.1
+pkgrel=5
+pkgdesc="Kuwo music provider for FeelUOwn music player"
+arch=('any')
+url="https://github.com/feeluown/feeluown-kuwo"
+license=('GPL3')
+depends=('feeluown' 'python-marshmallow' 'python-requests')
+makedepends=('python-setuptools' 'python-pip')
+groups=('feeluown-full')
+source=("https://pypi.io/packages/source/f/fuo_kuwo/fuo_kuwo-$pkgver.tar.gz")
+sha256sums=('d34902a43b3f381ec969ef1127883960736f535bd6233b7984c86d0af684f948')
+
+build() {
+  cd fuo_kuwo-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd fuo_kuwo-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list