blob: de3c79484f5e983b484d8780a9d691b521b89ef5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# Generated by mksrcinfo v8
# Tue Sep 24 00:18:32 UTC 2024
pkgbase = stsauth
pkgdesc = CLI tool for fetching AWS tokens. Creates a temporary AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY that can be used with cli tools such as awscli, ansible, terraform and more.
pkgver = 1.1.1
pkgrel = 1
url = https://github.com/cshamrick/stsauth
arch = any
license = MIT
makedepends = aws-cli
makedepends = python-pip
makedepends = python-boto3
makedepends = python-beautifulsoup4
makedepends = python-click
makedepends = python-requests
makedepends = python-requests-ntlm
depends = python-boto3
depends = python-beautifulsoup4
depends = python-click
depends = python-requests
depends = python-requests-ntlm
depends = python-click-log
depends = python-cryptography
depends = python-pyotp
depends = python-lxml
source = git+https://github.com/cshamrick/stsauth.git
md5sums = SKIP
pkgname = stsauth
|