version bump www-apps/vaultwarden-web-2025.12.1-r3.

This commit is contained in:
Micha Glave
2026-01-22 10:21:15 +01:00
parent 0e1dcd4294
commit 677c321709
2 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# 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"
# https://github.com/dani-garcia/bw_web_builds/releases/download/v2025.12.1%2Bbuild.3/bw_web_v2025.12.1+build.3.tar.gz
SRC_URI="https://github.com/dani-garcia/bw_web_builds/releases/download/v2025.12.1%2Bbuild.3/bw_web_v2025.12.1+build.3.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 *
}