www-apps/docker-registry-ui - 2.6.0 (r7l)

Search

Package Information

Description:
Docker Registry User Interface.
Homepage:
https://github.com/Joxit/docker-registry-ui
License:
GPL-2

Ebuild Details

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

EAPI=8

inherit webapp

DESCRIPTION="Docker Registry User Interface."
HOMEPAGE="https://github.com/Joxit/docker-registry-ui"
SRC_URI="https://github.com/Joxit/docker-registry-ui/archive/refs/tags/${PV}.tar.gz -> ${PN}-${PV}.tar.gz"
RESTRICT="primaryuri"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~arm ~arm64"

RDEPEND="virtual/httpd-basic"

src_install() {

	webapp_src_preinst

	insinto "${MY_HTDOCSDIR}"
	doins -r dist/* favicon.ico

	webapp_src_install

}

Dependencies

RDEPEND

virtual/httpd-basic

Manifest for 2.6.0

Type File Size Source URLs
DIST docker-registry-ui-2.6.0.tar.gz 9879871 bytes https://github.com/Joxit/docker-registry-ui/archive/refs/tags/2.6.0.tar.gz