app-containers/docker-pushrm - 1.9.0 (gentoo)

Search

Package Information

Description:
Docker CLI plugin to update container repository documentation
Homepage:
https://github.com/docker/buildx
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
1.9.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

DESCRIPTION="Docker CLI plugin to update container repository documentation"
HOMEPAGE="https://github.com/docker/buildx"
SRC_URI="
	https://github.com/christian-korneck/${PN}/archive/refs/tags/v${PV}.tar.gz
		-> ${P}.tar.gz
	https://dev.gentoo.org/~xgqt/distfiles/deps/${P}-deps.tar.xz
"

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

RDEPEND="
	app-containers/docker-cli
"

src_compile() {
	local -a go_build_opts=(
		-o ./bin/
	)
	ego build "${go_build_opts[@]}"
}

src_install() {
	exeinto /usr/libexec/docker/cli-plugins
	doexe "bin/${PN}"

	einstalldocs
}

Dependencies

RDEPEND

	app-containers/docker-cli

Manifest for 1.9.0

Type File Size Source URLs
DIST docker-pushrm-1.9.0-deps.tar.xz 121551972 bytes https://dev.gentoo.org/~xgqt/distfiles/deps/docker-pushrm-1.9.0-deps.tar.xz
DIST docker-pushrm-1.9.0.tar.gz 211628 bytes https://github.com/christian-korneck/docker-pushrm/archive/refs/tags/v1.9.0.tar.gz