summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 64bb07d83c70740f3d0401c70336ed776ce6737f (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: bluemeda <affif[dot]bluemeda[at]gmail[dot]com>
pkgname=gdrive-bin
_pkgname=gdrive
pkgver=2.0.1
pkgrel=1
pkgdesc="Command line utility for uploading and downloading single files to your Google Drive"
arch=('x86_64' 'i686')
url="https://github.com/prasmussen/gdrive"
license=('MIT')
provides=('gdrive')
conflicts=('gdrive' 'gdrive-git')
source_i686=("$_pkgname::https://docs.google.com/uc?id=0B3X9GlR6EmbnbndOUW50ZVllZ3M&export=download")
source_x86_64=("$_pkgname::https://docs.google.com/uc?id=0B3X9GlR6EmbnWksyTEtCM0VfaFE&export=download")
sha1sums_i686=('0968993e4a70a594e0f315034640fd811977e4f1')
sha1sums_x86_64=('c636778c4a2c76e47ac731c142f4219a19c30263')


package() {
    install -dm755 "$pkgdir/usr/bin"
    install -Dm755 "$srcdir/$_pkgname" "$pkgdir/usr/bin/$_pkgname"

}


# vim:sw=4:ts=4:et