Search Criteria
Package Details: convco 0.6.1-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/convco.git (read-only, click to copy) |
---|---|
Package Base: | convco |
Description: | Conventional commits, changelog, versioning, validation |
Upstream URL: | https://convco.github.io |
Licenses: | MIT |
Submitter: | KokaKiwi |
Maintainer: | KokaKiwi |
Last Packager: | KokaKiwi |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2023-03-14 16:59 (UTC) |
Last Updated: | 2024-10-13 12:24 (UTC) |
Dependencies (4)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- libgit2 (libgit2-gitAUR)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust-beta-binAUR, rust, rustup) (make)
- cmake (cmake-gitAUR) (make)
Latest Comments
Kamack38 commented on 2024-10-12 12:56 (UTC)
Hi this package doesn't contain the provided completions. The patch file below adds completions for all shells (except PowerShell, but I don't think anyone uses it on Linux).
NinjaUser132 commented on 2023-05-27 10:31 (UTC)
Ah, my apologies. I didn't read that. I'm on Manjaro and enabled AUR for another package I needed and so didn't think to read through Arch's wiki on it.
Thanks for the clarification!
KokaKiwi commented on 2023-05-27 07:01 (UTC)
@NinjaUser132 Well that's not an assumption i made, that's quite literally the way it's described in the ArchWiki AUR's page: https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started ("Ensure base-devel is installed.").
base-devel
is not considered a "base package" for nothing, it's been made for the purpose of being the "base package" when an user need to build anything on archlinux (be it an AUR package or anything else)NinjaUser132 commented on 2023-05-26 17:19 (UTC)
@KokaKiwi that's a bad assumption to make. I went to install this last night, and I didn't have
make
installed because I don't often use AUR, and what little bit I had before this I didn't need to usemake
. Not every developer usesmake
.KokaKiwi commented on 2023-05-26 17:17 (UTC)
@NinjaUser132
make
should be already installed withbase-devel
meta-package, which should be installed when building anything on archlinuxNinjaUser132 commented on 2023-05-25 22:53 (UTC)
make
should also be marked as a dependency, as it's not installed otherwise.