app-admin/cf2pulumi: treeclean

Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
Alexey Zapparov
2023-06-01 22:14:00 +02:00
parent dd27624bde
commit e7f4c03a7f
3 changed files with 0 additions and 41 deletions

View File

@@ -1 +0,0 @@
DIST cf2pulumi-v0.63.0-linux-x64.tar.gz 31265607 BLAKE2B 846d7af087010d1314469f4a9f714f5c26a6056a19fbdedaa3435dd08e45c05ff2453adbb313c902d044b74c32580827579630d8a36f746b0c97bcabec34bdc9 SHA512 6d3095e30f3248cc62cb51e81a62acf4261671d3173d3cd5aa5a91e2589d8d1fefa407a6d7abff66d79168a9842248a0beb8040b7d641bd2d4d5463dfc5e96ae

View File

@@ -1,29 +0,0 @@
# 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
}

View File

@@ -1,11 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>alexey@zapparov.com</email>
<name>Alexey Zapparov</name>
</maintainer>
<upstream>
<remote-id type="github">pulumi/pulumi-aws-native</remote-id>
</upstream>
</pkgmetadata>