Search Criteria
Package Details: steamguard-cli 0.14.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/steamguard-cli.git (read-only, click to copy) |
---|---|
Package Base: | steamguard-cli |
Description: | A linux utility for generating 2FA codes for Steam and managing Steam trade confirmations. |
Upstream URL: | https://github.com/dyc3/steamguard-cli |
Licenses: | GPL3 |
Submitter: | xenrox |
Maintainer: | xenrox (dyc3) |
Last Packager: | xenrox |
Votes: | 5 |
Popularity: | 0.36 |
First Submitted: | 2021-08-26 12:17 (UTC) |
Last Updated: | 2024-08-05 18:52 (UTC) |
Dependencies (1)
- cargo (rustup-gitAUR, rust-nightly-binAUR, rust-gitAUR, rust, rustup) (make)
Latest Comments
furai commented on 2024-04-22 05:51 (UTC)
Can we get this updated?
dyc3 commented on 2023-07-02 13:03 (UTC)
Hey xenrox, I'm the upstream maintainer for steamguard-cli. Would you be interested in making this package official so we can list it in the README? In order to do that, I'd (at minimum) need access to this package as a co-maintainer. Ideally, we'd integrate it into my release workflow.
Reach out in the issue here: https://github.com/dyc3/steamguard-cli/issues/172
xenrox commented on 2023-04-23 20:59 (UTC)
The bash completion is installed correctly now.
trivicious commented on 2023-04-19 17:05 (UTC) (edited on 2023-04-19 17:08 (UTC) by trivicious)
The bash-completion does not seem to be correctly installed. "ln -s steamguard-cli steamguard" in /usr/share/bash-completion/completions/ fixes the issue as a temporary workaround.
frostwork commented on 2021-08-27 09:00 (UTC) (edited on 2021-08-27 09:04 (UTC) by frostwork)
Thanks for the PKGBUILD! Maybe worth to mention that I had to replace rustup (1.24.3-1) with rust (1:1.54.0-1) on my system for a successful compile.
With rustup I got:
error[E0658]: or-patterns syntax is experimental --> src/main.rs:195:5 195 | accountmanager::ManifestAccountLoadError::MissingPasskey 196 | accountmanager::ManifestAccountLoadError::IncorrectPasskey, = note: see issue #54883 https://github.com/rust-lang/rust/issues/54883
edit: (removed some irrelevant parts, so it looks less ugly :))