Search Criteria
Package Details: gdrive 3.9.1-3
Package Actions
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: | 43 |
Popularity: | 0.30 |
First Submitted: | 2015-03-24 10:07 (UTC) |
Last Updated: | 2024-02-01 20:23 (UTC) |
Dependencies (2)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
scarlettekk commented on 2023-04-30 16:43 (UTC) (edited on 2023-04-30 16:43 (UTC) by scarlettekk)
@katt: fixed. It seems like the linker doesn't like LTO for some reason, so for now we just turn that off. Once GCC 13.1 comes to the repos, switching to 'mold' as the linker might be able to fix LTO. (relevant, also relevant)
katt commented on 2023-04-26 14:34 (UTC) (edited on 2023-04-26 15:26 (UTC) by katt)
Please set a unique name for the source, like
$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz
See warning at https://wiki.archlinux.org/title/PKGBUILD#source
Also, fails to build for me (in clean chroot): https://gist.github.com/kattjevfel/133541fcce8f2b008406eced7dd39a20
willemw commented on 2021-11-06 09:33 (UTC)
@din14970: Fixed and updated. Not depending on deprecated 'dep' anymore. Had to make the module files writable.
din14970 commented on 2021-11-05 19:49 (UTC)
I'm getting an error in the build:
Any suggestions by any chance? Thanks!
willemw commented on 2020-03-14 15:54 (UTC)
@adrien1018: Thanks. Migrated to 'dep'.
adrien1018 commented on 2020-03-14 15:20 (UTC)
godep
is removed from official repo. Is it possible to usedep
instead ofgodep
?bartus commented on 2019-03-01 19:15 (UTC) (edited on 2019-03-01 19:33 (UTC) by bartus)
It would be nice to have
fresh
OAuth ID, as one provided within git repo is badly overused. Simple patch that replace those two lines with some fresh client id: https://github.com/bartoszek/gdrive/commit/ef59e98d8fd928073f8d64ffccbef4ebd3b9660fwillemw commented on 2016-09-08 06:19 (UTC)
1 2 3 4 Next › Last »