app-admin/cockpit-podman - 124 (inode64-overlay)

Search

Install

Install this version:

emerge -a =app-admin/cockpit-podman-124

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-admin/cockpit-podman-124

Or alternatively:

emerge --autounmask-write -a =app-admin/cockpit-podman-124

Package Information

Description:
This is the Cockpit user interface for podman containers
Homepage:
https://cockpit-project.org/
License:
LGPL-2.1

Ebuild Details

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

EAPI=8

DESCRIPTION="This is the Cockpit user interface for podman containers"
HOMEPAGE="https://cockpit-project.org/"
if [[ ${PV} == 9999* ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/cockpit-project/cockpit-podman.git"
else
	KEYWORDS="~amd64 ~x86"
	SRC_URI="https://github.com/cockpit-project/${PN}/releases/download/${PV}/${P}.tar.xz"
fi

S="${WORKDIR}/${PN}"
LICENSE="LGPL-2.1"
SLOT="0"

RDEPEND="${DEPEND}
	app-admin/cockpit
	app-containers/podman
"

src_install() {
	emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
}

Inherited Eclasses

Dependencies

RDEPEND

	app-admin/cockpit
	app-containers/podman

Manifest for 124

Type File Size Source URLs
DIST cockpit-podman-124.tar.xz 1067976 bytes https://github.com/cockpit-project/cockpit-podman/releases/download/124/cockpit-podman-124.tar.xz