| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 9999 | 8 | 0 |
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit cmake git-r3
DESCRIPTION="A command line client (shell) for AWS DynamoDB"
HOMEPAGE="https://github.com/awslabs/dynamodb-shell"
EGIT_REPO_URI="https://github.com/awslabs/${PN}.git"
LICENSE="Apache-2.0"
SLOT="0"
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
}
>=dev-cpp/aws-sdk-cpp-1.11.688-r1:=[dynamodb,iam,sts] sys-libs/readline:= virtual/zlib:=
>=dev-cpp/aws-sdk-cpp-1.11.688-r1:=[dynamodb,iam,sts] sys-libs/readline:= virtual/zlib:=
sys-devel/bison sys-devel/flex