app-admin/cockpit-files - 39 (inode64-overlay)

Search

Package Information

Description:
A filesystem browser for Cockpit
Homepage:
https://cockpit-project.org/
License:
LGPL-2.1

Ebuild Details

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

EAPI=8

DESCRIPTION="A filesystem browser for Cockpit"
HOMEPAGE="https://cockpit-project.org/"
if [[ ${PV} == 9999* ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/cockpit-project/cockpit-files.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="
	>=app-admin/cockpit-318
"

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

Dependencies

RDEPEND

	>=app-admin/cockpit-318

Manifest for 39

Type File Size Source URLs
DIST cockpit-files-39.tar.xz 775588 bytes https://github.com/cockpit-project/cockpit-files/releases/download/39/cockpit-files-39.tar.xz