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

pkgname=git-annex-remote-googledrive
pkgver=1.1.3
pkgrel=1
pkgdesc='Faster git-annex special remote for Google Drive with support for exports'
url='https://github.com/Lykos153/git-annex-remote-googledrive'
license=('GPLv3+')
arch=('any')
depends=('git-annex' 'python-annexremote' 'python-drivelib' 'python-tenacity' 'python-gitpython' 'python-humanfriendly')
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}"
}