dev-db/dynamodb-shell - 0.8.1 (nest)

Search

Package Information

Description:
A command line client (shell) for AWS DynamoDB
Homepage:
https://github.com/awslabs/dynamodb-shell
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.8.1 8 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="A command line client (shell) for AWS DynamoDB"
HOMEPAGE="https://github.com/awslabs/dynamodb-shell"
SRC_URI="https://github.com/awslabs/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/${P}/ddbsh"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RESTRICT="test" # fails

RDEPEND=">=dev-cpp/aws-sdk-cpp-1.11.688-r1:=[dynamodb,iam,sts]
	sys-libs/readline:=
	virtual/zlib:="
DEPEND="${RDEPEND}"
BDEPEND="sys-devel/bison
	sys-devel/flex"

src_prepare() {
	! use test && eapply "${FILESDIR}/${PN}"-0.8.1-tests.patch

	cmake_src_prepare
}

USE Flags

Dependencies

DEPEND

>=dev-cpp/aws-sdk-cpp-1.11.688-r1:=[dynamodb,iam,sts]
	sys-libs/readline:=
	virtual/zlib:=

RDEPEND

>=dev-cpp/aws-sdk-cpp-1.11.688-r1:=[dynamodb,iam,sts]
	sys-libs/readline:=
	virtual/zlib:=

BDEPEND

sys-devel/bison
	sys-devel/flex

Manifest for 0.8.1

Type File Size Source URLs
DIST dynamodb-shell-0.8.1.tar.gz 118537 bytes https://github.com/awslabs/dynamodb-shell/archive/v0.8.1.tar.gz