mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-18 07:19:01 -04:00
app-admin/pulumi-bin: add 3.144.1, drop 3.139.0, 3.140.0
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
parent
48047624bc
commit
bb8d282b74
@ -1,4 +1,3 @@
|
||||
DIST pulumi-v3.139.0-linux-x64.tar.gz 138048062 BLAKE2B 6de83f6a70c683d8c048e6a0515ef8b32411a67a4650735665452f209e17a27c78d01f98e057a7fdea6c41cc4114cf310b4d37e420f8a873fdf48b7dc70f3f74 SHA512 fb259aa56f9c1cdfc201db687409c2a6d280009f439a7bccba030b2cf415284b9504a7681cc2eb4b3adea6dcd8989a52a211c60ef4517de8b42c8349a255b2a4
|
||||
DIST pulumi-v3.140.0-linux-x64.tar.gz 138052465 BLAKE2B 4b5b6c3fc3e474405fa17a4897578da15019258469e2a5f169df88ba876029b32a6656e4fe779167873543ecd79eb1975110c9dca99b5e5217cadb857d4afa3b SHA512 7de4af4258963dd4a01b45d3fb8be8c0d323be46a67f17f44e8998ff86bf397d4202809b1ed5a52917705cca2d4a5c4a3dc8bfabd8241d2c67e9bc4f94599d70
|
||||
DIST pulumi-v3.141.0-linux-x64.tar.gz 138173923 BLAKE2B c5e3fbe5c09808c7d7cbcc187801a8fbc59aba1a3ebfe53894ce396b7505e2b8a797ba99e2cfb32a81d5931889013a4dbba56d485f88a5782493036e4550d9f3 SHA512 bf6817e74ba800d626d5db57c33402f0fdd61d2549400f299e3e0b1b34a637e707023d0829eb548beeb2473438c04f7ffad76c0220a523b2a860438b8533539a
|
||||
DIST pulumi-v3.142.0-linux-x64.tar.gz 96427204 BLAKE2B 6af3cbcc36c53236e1f4cc8351666bb34d34e11f75e5c3eacc14ca17d115422554b1c0dbd9ad3b9c648bd6319c7b5fe84ad3969fbdc7d020d673f8f8688c772d SHA512 7c037b84714f2675c47131a95c0c8555636ec2ea710e14928d89f6d15cd28d3d2af5481e498f20abed94c229a6e09da613d96bd979d62ac3eece0cf3a46511a4
|
||||
DIST pulumi-v3.144.1-linux-x64.tar.gz 84064936 BLAKE2B 3a3e01daf9e229d2b47c1fca6d17dc64a8c58decaa065a8834e108c73b50e1674f81680885eb9864c58d9ec7f46d91c09d03533fb307c13646780c29db4ddb44 SHA512 7cdcef6b3668b92f5b7cb8f09da99f4512ff564dca779f99d8de711ed99295d95fcb08ad095a7383668f34519945b5b6a03f05e1621b3751186c22494003bc09
|
||||
|
@ -1,34 +0,0 @@
|
||||
# Copyright 2023-2024 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
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user