[arch-commits] Commit in (4 files)

Felix Yan felixonmars at archlinux.org
Mon Oct 12 11:19:25 UTC 2020


    Date: Monday, October 12, 2020 @ 11:19:25
  Author: felixonmars
Revision: 723603

addpkg: feeluown-local 0.2.1-1

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

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

Added: feeluown-local/trunk/PKGBUILD
===================================================================
--- feeluown-local/trunk/PKGBUILD	                        (rev 0)
+++ feeluown-local/trunk/PKGBUILD	2020-10-12 11:19:25 UTC (rev 723603)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown-local
+pkgver=0.2.1
+pkgrel=1
+pkgdesc="feeluown local plugin"
+arch=('any')
+url="https://github.com/feeluown/feeluown-local"
+license=('GPL3')
+depends=('feeluown' 'python-marshmallow' 'python-mutagen' 'python-fuzzywuzzy')
+makedepends=('python-setuptools' 'python-pip')
+groups=('feeluown-full')
+source=("https://pypi.io/packages/source/f/fuo_local/fuo_local-$pkgver.tar.gz")
+sha256sums=('a799a428e5c3cf8696e8dda124d7e7ac7dce1b1525b1100df40c748e4b13d445')
+
+build() {
+  cd fuo_local-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd fuo_local-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list