dev-db/dynein - 9999 (nest)

Search

Package Information

Description:
DynamoDB Command Line Interface
Homepage:
https://github.com/awslabs/dynein
License:
Apache-2.0 BSD Boost-1.0 ISC MIT Unicode-DFS-2016

Ebuild Details

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

EAPI=8

inherit cargo git-r3

DESCRIPTION="DynamoDB Command Line Interface"
HOMEPAGE="https://github.com/awslabs/dynein"
EGIT_REPO_URI="https://github.com/awslabs/${PN}.git"

LICENSE="Apache-2.0 BSD Boost-1.0 ISC MIT Unicode-DFS-2016"
SLOT="0"

src_unpack() {
	git-r3_src_unpack
	cargo_live_src_unpack
}

src_install() {
	einstalldocs
	cargo_src_install
}