Search Criteria
Package Details: bday-git 1.0.0.32.g508b2f6-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/bday-git.git (read-only, click to copy) |
|---|---|
| Package Base: | bday-git |
| Description: | CLI birthday tracker. |
| Upstream URL: | https://github.com/rv178/bday |
| Licenses: | MIT |
| Submitter: | rv178 |
| Maintainer: | rv178 |
| Last Packager: | rv178 |
| Votes: | 1 |
| Popularity: | 0.000005 |
| First Submitted: | 2022-08-19 02:10 (UTC) |
| Last Updated: | 2022-08-19 02:10 (UTC) |
Latest Comments
lmartinez-mirror commented on 2022-08-20 03:05 (UTC) (edited on 2022-08-20 03:05 (UTC) by lmartinez-mirror)
Hi, this PKGBUILD looked like it needed some work, so I wrote a patch for it here.
Adds a proper
pkgverfunction. Ideally you should be tagging your releases through git, not relying on the Cargo.toml.Added corrected makedepends. You should depend on
cargofor building instead ofrustupspecifically since not all users userustup.Added a prepare function for prefetching crates for compilation.
I think you should review the rest for yourself. I hope you find this useful; let me know if you have any questions!