Search Criteria
Package Details: commitizen-go 1.0.3-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/commitizen-go.git (read-only, click to copy) |
|---|---|
| Package Base: | commitizen-go |
| Description: | Command line utility to standardize git commit messages, golang version |
| Upstream URL: | https://github.com/lintingzhen/commitizen-go |
| Licenses: | GPL |
| Submitter: | deimosfr |
| Maintainer: | deimosfr |
| Last Packager: | deimosfr |
| Votes: | 1 |
| Popularity: | 0.000000 |
| First Submitted: | 2020-05-25 08:50 (UTC) |
| Last Updated: | 2022-12-28 20:12 (UTC) |
Latest Comments
deimosfr commented on 2020-08-30 13:34 (UTC)
You're totally right for the uninstall, I'll make an update to fix it. Thx for all those precisions
imlonghao commented on 2020-08-30 13:31 (UTC)
In the
installfunction, the binary filegit-czdirectly install to/usr/lib/git-coreinstead of${pkgdir}/usr/lib/git-core, which will work of course, but user can't uninstall this package since the file is not managed by pacman. You can see the package commitizen-go-1.0.0-2-x86_64.pkg.tar.zst is empty after you runmakepkg.Besides, don't run
sudoin PKGBUILDmakedepends
automakeis a member ofbase-devel, which can be assumed installed and should not be included in makedepends. [1][1] https://wiki.archlinux.org/index.php/PKGBUILD#makedepends
deimosfr commented on 2020-08-30 13:11 (UTC)
Yes, it works well. I just made a new test to validate it and it works like a charm on a fresh arch install. Running "git cz" works on my side. What command did you try? Is the install has ended successfully?
imlonghao commented on 2020-08-30 08:18 (UTC)
Did you test it? Not working for me, no file was packaged.