mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
app-admin/pulumi-bin: add 3.100.0, drop 3.95.0, drop 3.97.0
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST pulumi-v3.95.0-linux-x64.tar.gz 155087539 BLAKE2B 1ae3cfd36366241b1602b034a9665b1ede963b8e8074ce1b034b559b407ca1df7177530255475ac3c8f884792c511b5b11b1fcd225ba805bd052772764d6553b SHA512 5e086e89f04436ae14f802fca5771186390c91156c66e8815577363c7c532aa091176964556198b8d5e50f761d7da13f519c783545747e163813ca120c24a498
|
||||
DIST pulumi-v3.97.0-linux-x64.tar.gz 154553521 BLAKE2B b7fa33b910ebce31c65602888fbc2e7567d8d773015615e1dfc9b7302bcd00860055bcbc66bca5e8e30037f0272fc20b30a4803923b9d4c61fcfd1c128aea7ee SHA512 26c305cf75b8b105a75e6b6255b8b7df742069a92e12617962a1d0234db32a41b021f6f851db095238f1dbafc84a5d0249189ff42bd2aa7eafba0a006da615f3
|
||||
DIST pulumi-v3.100.0-linux-x64.tar.gz 154992145 BLAKE2B f075796f9deeec8dd7bc57247f07631005b25cf537e67cf538577e0e5ec229bf3269dacd6a35dfbc2e1370b4e41edaa8231e170178694767b714626b729ad400 SHA512 aeac482b0863ff0499cd2ad619073d8189cb90a0d35df0bf5d715920f8286b008f73a3ff5f7b65457496b21cb8fccd32321cbfddc022065109d6337b8bcc9904
|
||||
DIST pulumi-v3.99.0-linux-x64.tar.gz 154602565 BLAKE2B 5df405da6aa7d6ccf7137e91cca3c32cbe0cfd34f45256a422962c31371d5b0b8dfdf537163113095528a39ff0beb41bbee84ff5ef2e206eac47cd7d7c11b419 SHA512 3d94c42de637574e8b68062fbe34c07ee45cb1072af140f6b9eec288b577df6028d09d4c4bc3f08e6eebba9cbf7c59346aeee6dbbe298b0f1d8f28b3cf6075f4
|
||||
|
||||
@@ -1,34 +0,0 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
inherit bash-completion-r1
|
||||
|
||||
DESCRIPTION="Infrastructure as code in any programming language"
|
||||
HOMEPAGE="
|
||||
https://www.pulumi.com/
|
||||
https://github.com/pulumi/pulumi
|
||||
"
|
||||
SRC_URI="
|
||||
amd64? ( https://github.com/pulumi/pulumi/releases/download/v${PV}/pulumi-v${PV}-linux-x64.tar.gz )
|
||||
"
|
||||
|
||||
S="${WORKDIR}/pulumi"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_install() {
|
||||
dobin pulumi*
|
||||
|
||||
./pulumi gen-completion bash > pulumi.bash-completion || die "Cannot generate bash completions"
|
||||
newbashcomp pulumi.bash-completion pulumi
|
||||
|
||||
./pulumi gen-completion zsh > pulumi.zsh-completion || die "Cannot generate zsh completions"
|
||||
insinto /usr/share/zsh/site-functions
|
||||
newins pulumi.zsh-completion _pulumi
|
||||
}
|
||||
Reference in New Issue
Block a user