Search Criteria
Package Details: dmarc-cat 0.15.0-5
Package Actions
Git Clone URL: | https://aur.archlinux.org/dmarc-cat.git (read-only, click to copy) |
---|---|
Package Base: | dmarc-cat |
Description: | Small utility to decode the report sent by various email providers following the DMARC spec |
Upstream URL: | https://github.com/keltia/dmarc-cat |
Licenses: | BSD |
Conflicts: | dmarc-cat-git |
Submitter: | barbuk |
Maintainer: | barbuk |
Last Packager: | barbuk |
Votes: | 2 |
Popularity: | 0.002576 |
First Submitted: | 2022-04-26 07:10 (UTC) |
Last Updated: | 2023-03-30 10:24 (UTC) |
Dependencies (1)
- go (go-gitAUR, gcc-go-gitAUR, gcc-go-snapshotAUR, gcc-go) (make)
Latest Comments
barbuk commented on 2023-03-30 10:27 (UTC)
Hey @dreieck.
Thanks for the feedback. Changes to the packaging have been made following the go package guidelines and your comment.
Downloading the go mod in the
prepare()
stage in the$srcdir
seem to be a good idea. I will try to add it to the guideline.dreieck commented on 2023-03-29 13:14 (UTC)
Hey, thanks for the package.
Can you move all the go-related download stuff into
prepare()
, so that afterprepare()
the sources are ready andbuild()
does not need internet connection anymore?And can you utilise
$GOPATH
or similar to make go downloads it's stuff to a subdirctory of$srcdir
, so that the home directory does not get cluttered? Regards