[arch-commits] Commit in feeluown-xiami/repos (community-any community-any/PKGBUILD)

Felix Yan felixonmars at archlinux.org
Mon Oct 12 11:46:36 UTC 2020


    Date: Monday, October 12, 2020 @ 11:46:36
  Author: felixonmars
Revision: 723615

archrelease: copy trunk to community-any

Added:
  feeluown-xiami/repos/community-any/
  feeluown-xiami/repos/community-any/PKGBUILD
    (from rev 723614, feeluown-xiami/trunk/PKGBUILD)

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

Copied: feeluown-xiami/repos/community-any/PKGBUILD (from rev 723614, feeluown-xiami/trunk/PKGBUILD)
===================================================================
--- community-any/PKGBUILD	                        (rev 0)
+++ community-any/PKGBUILD	2020-10-12 11:46:36 UTC (rev 723615)
@@ -0,0 +1,25 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Bruce Zhang <zttt183525594 at gmail.com>
+
+pkgname=feeluown-xiami
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="feeluown xiami plugin"
+arch=('any')
+url="https://github.com/feeluown/feeluown-xiami"
+license=('GPL3')
+depends=('feeluown' 'python-marshmallow' 'python-requests')
+makedepends=('python-setuptools' 'python-pip')
+groups=('feeluown-full')
+source=("https://pypi.io/packages/source/f/fuo_xiami/fuo_xiami-$pkgver.tar.gz")
+sha256sums=('9467161e66dd8183424dfcd0752fbfb607e2efd92173805635e001181c1a6f14')
+
+build() {
+  cd fuo_xiami-$pkgver
+  python setup.py build
+}
+
+package() {
+  cd fuo_xiami-$pkgver
+  python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
+}



More information about the arch-commits mailing list