Search Criteria
Package Details: changie 1.21.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/changie.git (read-only, click to copy) |
---|---|
Package Base: | changie |
Description: | Automated changelog tool for preparing releases with lots of customization options. |
Upstream URL: | https://github.com/miniscruff/changie |
Keywords: | changelog |
Licenses: | MIT |
Submitter: | bephinix |
Maintainer: | bephinix |
Last Packager: | bephinix |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2021-09-17 14:47 (UTC) |
Last Updated: | 2024-09-29 14:26 (UTC) |
Dependencies (2)
- git (git-gitAUR, git-glAUR) (make)
- go (go-gitAUR, gcc-go-gitAUR, go-sylixosAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
bephinix commented on 2022-07-29 16:55 (UTC) (edited on 2022-07-29 16:55 (UTC) by bephinix)
Thank you for your suggenstions, @lmartinez-mirror.
I have update the PKGBUILD to match the go package guidelines and list git as a make dependency.
In addition to this, go tests provided by upstream are now also executed during the test stage.
lmartinez-mirror commented on 2022-07-20 15:35 (UTC)
Hi, a couple things here:
git
in its makedepends, otherwise it won't properly handle the source.prepare()
function needs to rename the source directory?I would suggest looking at the Go packaging guidelines for a general idea of how this should be written.