mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: steamguard-cli-0.12.4
This commit is contained in:
parent
ba099b4794
commit
909d303807
1 changed files with 21 additions and 0 deletions
21
srcpkgs/steamguard-cli/template
Normal file
21
srcpkgs/steamguard-cli/template
Normal 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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue