diff options
author | Quetzaly Daniela Solano Gómez <gentoo@sattvik.com> | 2023-06-08 20:41:38 -0500 |
---|---|---|
committer | Quetzaly Daniela Solano Gómez <gentoo@sattvik.com> | 2023-06-08 20:41:38 -0500 |
commit | 0b8ebc12d1e4596abea1f2dc834967f5c863f4bd (patch) | |
tree | b892bfc5b4749440ec82a5caf9c6682be3a9e951 | |
parent | app-containers/amazon-ecr-credential-helper: Now with deps tarball (diff) | |
download | sattvik-0b8ebc12d1e4596abea1f2dc834967f5c863f4bd.tar.gz sattvik-0b8ebc12d1e4596abea1f2dc834967f5c863f4bd.tar.bz2 sattvik-0b8ebc12d1e4596abea1f2dc834967f5c863f4bd.zip |
app-containers/amazon-ecr-credential-helper: Install man page, too
Signed-off-by: Quetzaly Daniela Solano Gómez <gentoo@sattvik.com>
-rw-r--r-- | app-containers/amazon-ecr-credential-helper/Manifest | 2 | ||||
-rw-r--r-- | app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/app-containers/amazon-ecr-credential-helper/Manifest b/app-containers/amazon-ecr-credential-helper/Manifest index 4a38e92..efada0b 100644 --- a/app-containers/amazon-ecr-credential-helper/Manifest +++ b/app-containers/amazon-ecr-credential-helper/Manifest @@ -1,4 +1,4 @@ DIST amazon-ecr-credential-helper-0.7.1-deps.tar.xz 4905840 BLAKE2B f41f9c2c662ad16b8de329048f31a75a4dda0080c8ffa1d75fa90380257feca7eae4518faa7002f78b69a0eb7ade2064d9e9aeb77e4d84d761c65ceb56795696 SHA512 1982603923b35143176ada4caa7c8f416910ad995aeabeb6ebe6081b8f4cbb6b18a0fb94afdd0b503f523d84f81898104b16a27da77fa60bc020d74eec557360 DIST amazon-ecr-credential-helper-0.7.1.tar.gz 1918666 BLAKE2B bcec9a6f1677b1696cbdfd0ffc0832b0f13f34380f939dd26066c842c3dccd0970a6e644a7f74eb333a9395a4d86f9b567f3b4ee6a04e74aaac9041c00155024 SHA512 3f633f889ac3d8fb545aa909f260da41a1427cb7c600bb0aa74e6b687fab03a87557a429ae5f8c343a87b421ac7343986b75424c03498d9b955dce22dc553ffd -EBUILD amazon-ecr-credential-helper-0.7.1.ebuild 655 BLAKE2B b16b2eea5cb4e7b6e30feaf903dea758bfef7a9e31f451fa785e39457b1eb9e1518b307dfb4ad8e5cc24503c30d6465dd29346868625cf1f0eaab3a534b3a770 SHA512 599b6b53ff8291597b9cc1b9643d6a8eef5b47135a13c16e8605f525582782ac1cd913b67944bdb4cc34e38db1413eccbb221c07634a773d53d34f302544418e +EBUILD amazon-ecr-credential-helper-0.7.1.ebuild 719 BLAKE2B 094da4adcc00f1c82fad72cddb7e4502d4d57e9087fd99ac4cc9caa65fbea0851d45b23a56db0e9d2358290c31ef113560c9b52aeb21c23bc03e2712919e0810 SHA512 490b3ecab3080a2fd18320dcc77ed30e2397ab0813827a8fb36ced702d837e194758a9d57d6549daed86ce0ff1dee273c00a0b2ac8326ce629496ba90c159cef MISC metadata.xml 365 BLAKE2B 8f163a8497bb3added8d06a4865e41f4529744bcc500d29d25ef2b2f5a52ef62e49902f3e5b218c6db2a2514d7af81edb5a8866b757feed53d3cef24476a2e0c SHA512 c2a5ada82ab86d0df526eb5fa7b44e4339f23b58465998b67e6029a5ded663c727b3309ac8ce59bb1cd21edbe8bbcdedc698eccbe094283fea20b5981195136b diff --git a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild b/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild index 6ce1a6f..af4ce1d 100644 --- a/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild +++ b/app-containers/amazon-ecr-credential-helper/amazon-ecr-credential-helper-0.7.1.ebuild @@ -24,6 +24,8 @@ src_compile() { src_install() { dobin docker-credential-ecr-login + cd "${WORKDIR}/${P}/docs" + doman docker-credential-ecr-login.1 default } |