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: | viridivn |
| Last Packager: | viridivn |
| Votes: | 43 |
| Popularity: | 0.000059 |
| First Submitted: | 2015-03-24 10:07 (UTC) |
| Last Updated: | 2024-02-01 20:23 (UTC) |
Dependencies (2)
- cargo (rust-gitAUR, rust-beta-binAUR, rustup-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
1 2 3 4 Next › Last »
dante-evil commented on 2025-09-06 11:55 (UTC)
Español: 🔧 ¡Saludos comunidad! Les comparto el PKGBUILD para compilar Grive utilizando CMake 3. ⚠️ Recomendación importante: asegúrense de tener instalado el paquete cmake3-bin antes de iniciar la compilación, ya que Grive requiere específicamente esa versión para evitar errores durante el proceso.
¡Compilen sin miedo y que el flujo sea gourmet!
English: 🔧 Greetings, community! I'm sharing a PKGBUILD to compile Grive using CMake 3. ⚠️ Important tip: Make sure you have the cmake3-bin package installed beforehand. Grive specifically requires this version, and skipping it may lead to build errors.
Compile with confidence—and may your terminal stay gourmet! 🛠️✨
https://gist.github.com/3b44116cb82412f6e5778ad7b0fa0cf3.git
viridivn commented on 2023-04-30 16:43 (UTC) (edited on 2023-04-30 16:43 (UTC) by viridivn)
@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.gzSee 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.
nielscautaerts 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)
godepis removed from official repo. Is it possible to usedepinstead 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
freshOAuth 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 »