Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ spotube
sshpilot
standard-notes
starcal3
steamguard-cli
steampipe
stirling-pdf
strawberry
Expand Down
10 changes: 10 additions & 0 deletions 01-main/packages/steamguard-cli
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
DEFVER=1
ARCHS_SUPPORTED="amd64"
get_github_releases "dyc3/steamguard-cli" "latest"
if [ "${ACTION}" != prettylist ]; then
URL="$(grep -m 1 "browser_download_url.*\.deb\"" "${CACHE_FILE}" | cut -d'"' -f4)"
VERSION_PUBLISHED="$(cut -d'_' -f2 <<< "${URL}" | cut -d'-' -f1)"
fi
PRETTY_NAME="steamguard-cli"
WEBSITE="https://github.com/dyc3/steamguard-cli"
SUMMARY="Utility for generating 2FA codes for Steam and managing Steam trades/confirmations"