Skip to content

Instantly share code, notes, and snippets.

@meatatt
Created August 24, 2017 06:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meatatt/5601934214f6fdcd3a6e564bf75c003d to your computer and use it in GitHub Desktop.
Save meatatt/5601934214f6fdcd3a6e564bf75c003d to your computer and use it in GitHub Desktop.
PKGBUILD for bcloud
# Contributor: wszqkzqk <wszqkzqk@gmail.com>
pkgname=bcloud
pkgver=3.9.1
pkgrel=1
pkgdesc='Baidu Pan client for Linux Desktop users'
url='https://github.com/Yufeikang/bcloud'
arch=('any')
license=('GPL3')
makedepends=('git')
depends=('python' 'python-keyring' 'python-urllib3' 'python-gobject' 'python-dbus' 'python-cssselect' 'python-lxml' 'python-crypto' 'python-pyinotify' 'libappindicator-gtk3' 'libnotify')
source=("git+${url}.git#tag=v${pkgver}")
sha256sums=('SKIP')
conflicts=("bcloud-git")
package() {
cd "$srcdir/$pkgname/"
python setup.py install --prefix=/usr --root="$pkgdir" || return 1
}
@wszqkzqk
Copy link

已采纳

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment