app-admin/vaultwarden-web-vault - 2.28.0 (oddlama)

Search

Package Information

Description:
Web vault builds for vaultwarden
Homepage:
https://github.com/dani-garcia/bw_web_builds
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
2.28.0 7 ~amd64 0
View Raw Ebuild
# Copyright 2017-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Web vault builds 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"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

DEPEND=""
RDEPEND="${DEPEND}"
S="${WORKDIR}/web-vault"

src_install() {
	insinto /usr/share/vaultwarden-web-vault/htdocs
	doins -r *
}

Manifest for 2.28.0

Type File Size Source URLs
DIST vaultwarden-web-vault-2.28.0.tar.gz 8856188 bytes https://github.com/dani-garcia/bw_web_builds/releases/download/v2.28.0/bw_web_v2.28.0.tar.gz