summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 0c359998d8ff7baea87499dd16e5b76b3202373f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Maintainer: Your Name <youremail@domain.com>
_pkgname=acd_cli
pkgname=$_pkgname-git
pkgver=0.3.0
pkgrel=1
pkgdesc="acd_cli provides a command line interface to 
Amazon Cloud Drive and allows mounting your cloud drive 
using FUSE for read access. It is currently in beta 
stage."
arch=('any')
url="https://github.com/yadayada/acd_cli"
license=('GPL')
depends=('python-appdirs' 'python-requests>=2.1.0' 
'python-sqlalchemy' 'python-dateutils' 
'python-requests-toolbelt')
makedepends=('python')
provides=('acd_cli')
conficts=('acd_cli')
source=(git+https://github.com/yadayada/acd_cli.git)
md5sums=('SKIP')

package() {
   cd $_pkgname 
   python setup.py install 
}