Package Details: gemcert-git r15.fc14deb-4

Git Clone URL: https://aur.archlinux.org/gemcert-git.git (read-only, click to copy)
Package Base: gemcert-git
Description: A simple tool for creating self-signed certs for use in Geminispace.
Upstream URL: https://git.sr.ht/~solderpunk/gemcert
Licenses: BSD
Conflicts: gemcert
Provides: gemcert
Submitter: zethra
Maintainer: TrialnError
Last Packager: TrialnError
Votes: 1
Popularity: 0.000000
First Submitted: 2020-09-03 20:07 (UTC)
Last Updated: 2025-03-13 22:59 (UTC)

Dependencies (3)

Required by (0)

Sources (1)

Latest Comments

zethra commented on 2021-11-25 06:49 (UTC)

TrialnError thanks for the heads up, the issue should be fixed now.

TrialnError commented on 2021-11-21 17:40 (UTC)

The PKGBUILD needs a small update, as it will fail building with the error:

go: cannot find main module, but found .git/config in /tmp/makepkg/gemcert-git/src/gemcert
    to create a module there, run:
    go mod init

Adopting the latest go guidelines helps in this case.