[arch-commits] Commit in bcloud/repos (2 files)

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Sun Dec 25 16:48:53 UTC 2016


    Date: Sunday, December 25, 2016 @ 16:48:52
  Author: bpiotrowski
Revision: 201967

archrelease: copy trunk to community-staging-any

Added:
  bcloud/repos/community-staging-any/
  bcloud/repos/community-staging-any/PKGBUILD
    (from rev 201966, bcloud/trunk/PKGBUILD)

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

Copied: bcloud/repos/community-staging-any/PKGBUILD (from rev 201966, bcloud/trunk/PKGBUILD)
===================================================================
--- community-staging-any/PKGBUILD	                        (rev 0)
+++ community-staging-any/PKGBUILD	2016-12-25 16:48:52 UTC (rev 201967)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Firef0x <Firefgx {at) gmail [dot} com>
+# Contributor: MJsaka <qiuxuenan at gmail.com>
+# Copyright
+# This PKGBUILD released with the GPLv3 license
+
+pkgname=bcloud
+pkgver=3.8.2
+pkgrel=3
+pkgdesc='Baidu Pan client for Linux Desktop users'
+arch=('any')
+license=('GPL3')
+url="https://github.com/LiuLang/bcloud"
+depends=('python-crypto' 'libnotify' 'python-keyring' 'python-dbus' 'python-gobject'
+         'python-lxml' 'python-cssselect' 'gtk3' 'python-pyinotify')
+source=("https://pypi.python.org/packages/source/b/bcloud/${pkgname}-${pkgver}.tar.gz")
+md5sums=('aa35613d8ff6300bd8b80a0d8aa6f1a1')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python setup.py build
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  python setup.py install -O1 --skip-build --root="$pkgdir"
+}



More information about the arch-commits mailing list