@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?
Search Criteria
Package Details: gdrive 1.8.0-1
| Git Clone URL: | https://aur4.archlinux.org/gdrive.git/ (read-only) |
|---|---|
| Package Base: | gdrive |
| Description: | Command line utility for uploading and downloading single files to your Google Drive |
| Upstream URL: | https://github.com/prasmussen/gdrive |
| Licenses: | |
| Submitter: | kleinph |
| Maintainer: | kleinph |
| Last Packager: | kleinph |
| Votes: | 4 |
| First Submitted: | 2015-03-24 10:07 |
| Last Updated: | 2015-06-10 18:51 |
Required by (0)
Sources
Latest Comments
Comment by kleinph
Comment by willemw
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?)
Comment by kleinph
I would go with something like this: http://pastebin.com/gGmfDYue
Comment by kleinph
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.
Comment by greyltc
I think this is a good template: https://aur.archlinux.org/packages/dr/drive/PKGBUILD
Comment by kleinph
That would be nice. Thanks!
Comment by greyltc
Maybe I can help to fix it up.
Comment by kleinph
I am not sure. It is not that hard to setup a proper build process?
Comment by greyltc
Do you intend to leave it this way?
Comment by kleinph
@greyltc because I was lazy. This is not someones google drive. This are the binaries which are linked from the official git repo.