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
}