New package: steamguard-cli-0.12.4

This commit is contained in:
Filip Rojek 2023-03-12 22:19:37 +01:00 committed by classabbyamp
parent ba099b4794
commit 909d303807

View file

@ -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
}