www-apps/keeweb - 9999 (nest)

Search

Install

Install this version:

emerge -a =www-apps/keeweb-9999

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

autounmask =www-apps/keeweb-9999

Or alternatively:

emerge --autounmask-write -a =www-apps/keeweb-9999

Package Information

Description:
Cross-platform password manager compatible with KeePass
Homepage:
https://github.com/keeweb/keeweb
License:
MIT

Ebuild Details

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

EAPI=8

EGIT_BRANCH="gh-pages"

inherit git-r3 webapp

WEBAPP_MANUAL_SLOT="yes"

DESCRIPTION="Cross-platform password manager compatible with KeePass"
HOMEPAGE="https://github.com/keeweb/keeweb"
EGIT_REPO_URI="https://github.com/keeweb/${PN}.git"

LICENSE="MIT"
SLOT=0
IUSE="vhosts"

src_install() {
	webapp_src_preinst
	cp -R . "${ED}"/"${MY_HTDOCSDIR}" || die "cp failed"
	webapp_src_install
}

USE Flags

Manage flags for this package: euse -i <flag> -p www-apps/keeweb | euse -E <flag> -p www-apps/keeweb | euse -D <flag> -p www-apps/keeweb

Global/Standard Flags

Inherited Eclasses