Skip to content

Commit

Permalink
New package: steamguard-cli-0.12.4
Browse files Browse the repository at this point in the history
  • Loading branch information
filiprojek authored and classabbyamp committed Dec 8, 2023
1 parent ba099b4 commit 909d303
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions srcpkgs/steamguard-cli/template
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 <filip@filiprojek.cz>"
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
}

0 comments on commit 909d303

Please sign in to comment.