-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2a49363
commit b66603b
Showing
1 changed file
with
21 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
# Template file for 'steamguard-cli' | ||
pkgname=steamguard-cli | ||
version=0.12.4 | ||
revision=1 | ||
build_style=cargo | ||
build_helper=qemu | ||
hostmakedepends="pkg-config" | ||
short_desc="Utility for Steam 2FA and for managing trade confirmations" | ||
maintainer="Filip Rojek <[email protected]>" | ||
license="GPL-3.0-only" | ||
homepage="https://github.com/dyc3/steamguard-cli" | ||
changelog="https://github.com/dyc3/steamguard-cli/releases" | ||
distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}/steamguard-cli-${version}.tar.gz" | ||
checksum=09ebf49988c5e4ea293f2f52f504602054caae9df293414e4fb11ca5d86b0e09 | ||
|
||
post_install() { | ||
for shell in bash zsh fish; do | ||
vtargetrun ${DESTDIR}/usr/bin/steamguard completion --shell ${shell} > completion.${shell} | ||
vcompletion completion.${shell} ${shell} steamguard | ||
done | ||
} |