app-admin/azcopy - 10.16.0 (nest)

Search

Package Information

Description:
A command-line utility to manage Azure Storage accounts
Homepage:
https://github.com/Azure/azure-storage-azcopy
License:
Apache-2.0 BSD BSD-2 MIT

Ebuild Details

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

EAPI=8

inherit go-module

MY_PN="azure-storage-azcopy"
MY_P="${MY_PN}-${PV}"

DESCRIPTION="A command-line utility to manage Azure Storage accounts"
HOMEPAGE="https://github.com/Azure/azure-storage-azcopy"
SRC_URI="https://github.com/Azure/${MY_PN}/archive/v${PV}.tar.gz -> ${MY_P}.gh.tar.gz
	https://github.com/SpiderX/portage-overlay/raw/deps/${P}-deps.tar.xz"
S="${WORKDIR}/${MY_P}"

LICENSE="Apache-2.0 BSD BSD-2 MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DOCS=( {ChangeLog,README}.md )

src_compile() {
	ego build
}

src_test() {
	ego test
}

src_install() {
	einstalldocs
	newbin azure-storage-azcopy azcopy
}

Manifest for 10.16.0

Type File Size Source URLs
DIST azcopy-10.16.0-deps.tar.xz 84500828 bytes https://github.com/SpiderX/portage-overlay/raw/deps/azcopy-10.16.0-deps.tar.xz
DIST azure-storage-azcopy-10.16.0.gh.tar.gz 10388579 bytes https://github.com/Azure/azure-storage-azcopy/archive/v10.16.0.tar.gz