blob: eba1003f39df5e07eb018328cbe3d3960fc8fbec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
BDEPEND=>=dev-lang/go-1.20:= app-arch/unzip
DEFINED_PHASES=compile install postinst unpack
DEPEND=keyring? ( app-crypt/libsecret )
DESCRIPTION=Suite of programs to use native stores to keep Docker credentials safe
EAPI=8
HOMEPAGE=https://github.com/docker/docker-credential-helpers
INHERIT=go-module
IUSE=keyring pass
KEYWORDS=amd64 arm64
LICENSE=MIT
RDEPEND=keyring? ( app-crypt/libsecret ) pass? ( app-admin/pass )
REQUIRED_USE=|| ( keyring pass )
RESTRICT=test strip
SLOT=0
SRC_URI=https://github.com/docker/docker-credential-helpers/archive/v0.8.2.tar.gz -> docker-credential-helpers-0.8.2.tar.gz
_eclasses_=multiprocessing 1e32df7deee68372153dca65f4a7c21f toolchain-funcs 14648d8795f7779e11e1bc7cf08b7536 multilib b2a329026f2e404e9e371097dda47f96 flag-o-matic 357f1a896fbedcd06e5ce55419c49eb9 go-env 90efbc8636d2f02d9654183330e84cf7 go-module df32d29550d40a92da723d3b8e17b467
_md5_=0ffcf7a2b0c9a2575c7fdcbe8652b1b1
|