Package Details: gdrive 3.9.1-3

Git Clone URL: https://aur.archlinux.org/gdrive.git (read-only, click to copy)
Package Base: gdrive
Description: Google Drive CLI Client (Rust rewrite)
Upstream URL: https://github.com/glotlabs/gdrive
Licenses: MIT
Submitter: kleinph
Maintainer: scarlettekk
Last Packager: scarlettekk
Votes: 42
Popularity: 0.000059
First Submitted: 2015-03-24 10:07 (UTC)
Last Updated: 2024-02-01 20:23 (UTC)

Dependencies (2)

Sources (1)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

willemw commented on 2015-09-27 07:40 (UTC)

Or perhaps go back to installing the precompiled version of gdrive.

kleinph commented on 2015-09-26 17:45 (UTC)

Sorry that the package is still out of date, but there is a bug which prevents me to update to 1.9.0 (https://github.com/prasmussen/gdrive/issues/81).

kleinph commented on 2015-05-16 10:07 (UTC)

@willemw ad 1) yep will use the github releases feature ad 2) good point. It seems that go has no real dependency management here or is there one I just dont know?

willemw commented on 2015-05-16 09:40 (UTC)

I've created a git version of gdrive: https://aur.archlinux.org/packages/gdrive-git/ About your pastebin example: - Could use something like 'source=("http://SERVER/$pkgname/$pkgname-$pkgver.tar.gz")' to download the source code. - 'go get' also downloads from the other dependent source code repos (but always the latest versions? Is that OK?)

kleinph commented on 2015-05-15 21:58 (UTC)

I would go with something like this: http://pastebin.com/gGmfDYue

kleinph commented on 2015-05-13 21:36 (UTC)

Hm, I don't think this is a good PKGBUILD. Anyway arch linux has guidelines for go packes https://wiki.archlinux.org/index.php/Go_package_guidelines. So I will do a new PKGBUILD based on this.

greyltc commented on 2015-05-13 14:24 (UTC)

I think this is a good template: https://aur.archlinux.org/packages/dr/drive/PKGBUILD

kleinph commented on 2015-05-13 14:22 (UTC)

That would be nice. Thanks!

greyltc commented on 2015-05-13 14:21 (UTC)

Maybe I can help to fix it up.

kleinph commented on 2015-05-13 14:17 (UTC)

I am not sure. It is not that hard to setup a proper build process?