From 649b65c0d749c537b4af9aec4577ee790ed84093 Mon Sep 17 00:00:00 2001 From: Dmitry Zakharchenko Date: Wed, 17 Nov 2021 00:19:52 +0200 Subject: [PATCH] New package: steamguard-cli-0.4.2 --- srcpkgs/steamguard-cli/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/steamguard-cli/template diff --git a/srcpkgs/steamguard-cli/template b/srcpkgs/steamguard-cli/template new file mode 100644 index 000000000000..e5b2752950a3 --- /dev/null +++ b/srcpkgs/steamguard-cli/template @@ -0,0 +1,18 @@ +# Template file for 'steamguard-cli' +pkgname=steamguard-cli +version=0.4.2 +revision=1 +build_style=cargo +hostmakedepends="pkg-config" +makedepends="openssl-devel" +short_desc="Utility to generate Steam 2FA codes and respond to confirmations" +maintainer="Dmitry Zakharchenko " +license="GPL-3.0-only, MIT, Apache-2.0" +homepage="https://github.com/dyc3/steamguard-cli" +distfiles="https://github.com/dyc3/steamguard-cli/archive/v${version}.tar.gz" +checksum=8491cd80b6515c4907a67f8aa4984d01057239bb074554b12386dfac35a92014 + +post_install() { + vlicense steamguard/LICENSE-MIT + vlicense steamguard/LICENSE-APACHE +}