version bump www-apps/vaultwarden-web compatible to app-admin/vaultwarden-1.36.0

This commit is contained in:
2026-05-20 11:44:25 +02:00
parent bc725e3ba8
commit 64f87be8ec
2 changed files with 1 additions and 1 deletions
@@ -0,0 +1,22 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DESCRIPTION="Prebuilt web vault frontend for Vaultwarden"
HOMEPAGE="https://github.com/dani-garcia/bw_web_builds"
SRC_URI="https://github.com/dani-garcia/bw_web_builds/releases/download/v${PV}/bw_web_v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}/web-vault"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
# this package is really useless without vaultwarden, it cannot be run
# standalone, so pull in vaultwarden to run it
PDEPEND="app-admin/vaultwarden[web]"
src_install() {
insinto /usr/share/webapps/"${PN}"
doins -r *
}