Package Details: wireguard-vanity-keygen 0.1.1-3

Git Clone URL: https://aur.archlinux.org/wireguard-vanity-keygen.git (read-only, click to copy)
Package Base: wireguard-vanity-keygen
Description: WireGuard vanity key generator
Upstream URL: https://github.com/axllent/wireguard-vanity-keygen
Keywords: wireguard
Licenses: MIT
Submitter: rew1red
Maintainer: None
Last Packager: TrialnError
Votes: 2
Popularity: 0.020484
First Submitted: 2021-06-18 16:35 (UTC)
Last Updated: 2025-10-09 19:32 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

TrialnError commented on 2025-10-09 19:34 (UTC)

Addressed the points I made in may + some more (for example use current guidelines in regards to Go packaging, fix arch).
For details refer to the commit message.

TrialnError commented on 2025-05-06 18:19 (UTC) (edited on 2025-05-06 18:21 (UTC) by TrialnError)

Why adding _source_url if it is the same as url?

Edit: Oh, and please add the tar.gz for the renamed downloaded tarball.

TrialnError commented on 2024-05-16 21:16 (UTC)

Only noticing this now, but the arch is not any. any is only for packages which are created on one platform and can be installed and run on all the other platforms. For example shell scripts.
As this is written in a compiled language the arch variable needs to be changed at least to x86_64.

TrialnError commented on 2022-10-24 19:28 (UTC)

There is no need to include the LICENSE in the the source array. It is part of the downloaded source tarball. :)
And maybe the line should be changed to custom:MIT or MIT? At least github states this software is licensed under MIT.