Search Criteria
Package Details: cloneit-git 0.1.0+30.g02a4942-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cloneit-git.git (read-only, click to copy) |
|---|---|
| Package Base: | cloneit-git |
| Description: | A cli tool to download specific GitHub directories or files. |
| Upstream URL: | https://github.com/alok8bb/cloneit |
| Keywords: | cli |
| Licenses: | MIT |
| Conflicts: | cloneit |
| Provides: | cloneit |
| Submitter: | notashelf |
| Maintainer: | notashelf |
| Last Packager: | notashelf |
| Votes: | 1 |
| Popularity: | 0.000002 |
| First Submitted: | 2022-10-14 10:31 (UTC) |
| Last Updated: | 2022-10-15 12:47 (UTC) |
Dependencies (2)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, placeholder-for-rustAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
Latest Comments
entailzwrapped commented on 2024-02-17 23:16 (UTC)
@dreieck /etc/makepkg.conf defaults were updated fairly recently, you might want to change them to your liking... ie back to OPTIONS=(!lto !debug...).
dreieck commented on 2024-02-14 10:58 (UTC)
Please add
options+=('!lto')to disable LTO on systems where it is enabled by default. Otherwisebuild()fails while trying to link:Also, you can consider adding
=${pkgver}to theprovidesentry.Regards and thanks for maintaining!