Search Criteria
Package Details: dmarc-cat-git 0.15.0.r4.g0b3267d-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/dmarc-cat-git.git (read-only, click to copy) |
---|---|
Package Base: | dmarc-cat-git |
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 |
Provides: | dmarc-cat |
Submitter: | barbuk |
Maintainer: | barbuk |
Last Packager: | barbuk |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2022-04-22 12:38 (UTC) |
Last Updated: | 2022-04-26 07:22 (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
dreieck commented on 2023-03-29 13:15 (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