summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 83e46e8690726e2d8f8ccf715de5eb6f6f850e56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Maintainer: Silvio Ankermann < silvio at booq dot org >

pkgname=python-drivelib
pkgver=0.2.0
pkgrel=1
pkgdesc='Easy access to the most common Google Drive API calls'
url='https://github.com/Lykos153/python-drivelib'
license=('GPLv3+')
arch=('any')
depends=('python' 'python-google-api-python-client' 'python-google-auth-oauthlib' 'python-google-auth-httplib2' 'python-google-auth' 'python-oauth2client')
makedepends=('python-setuptools' 'git')
source=("git+https://github.com/Lykos153/${pkgname}.git#tag=v${pkgver}")
sha256sums=('SKIP')


package() {
    cd "${srcdir}/${pkgname}"

    python setup.py install --optimize=1 "--root=${pkgdir}"
}