mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-20 12:33:40 -04:00
app-admin/cf2pulumi: new package, add 0.63.0
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
1
app-admin/cf2pulumi/Manifest
Normal file
1
app-admin/cf2pulumi/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST cf2pulumi-v0.63.0-linux-x64.tar.gz 31265607 BLAKE2B 846d7af087010d1314469f4a9f714f5c26a6056a19fbdedaa3435dd08e45c05ff2453adbb313c902d044b74c32580827579630d8a36f746b0c97bcabec34bdc9 SHA512 6d3095e30f3248cc62cb51e81a62acf4261671d3173d3cd5aa5a91e2589d8d1fefa407a6d7abff66d79168a9842248a0beb8040b7d641bd2d4d5463dfc5e96ae
|
||||
29
app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild
Normal file
29
app-admin/cf2pulumi/cf2pulumi-0.63.0.ebuild
Normal file
@@ -0,0 +1,29 @@
|
||||
# Copyright 2023 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
DESCRIPTION="CloudFormation tempate to Pulumi app convertor"
|
||||
HOMEPAGE="
|
||||
https://www.pulumi.com/cf2pulumi/
|
||||
https://github.com/pulumi/pulumi-aws-native
|
||||
"
|
||||
SRC_URI="
|
||||
amd64? ( https://github.com/pulumi/pulumi-aws-native/releases/download/v${PV}/cf2pulumi-v${PV}-linux-x64.tar.gz )
|
||||
"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
DEPEND=""
|
||||
RDEPEND="${DEPEND}"
|
||||
BDEPEND=""
|
||||
|
||||
S="${WORKDIR}"
|
||||
|
||||
QA_PREBUILT="*"
|
||||
|
||||
src_install() {
|
||||
dobin cf2pulumi
|
||||
}
|
||||
Reference in New Issue
Block a user