summaryrefslogtreecommitdiff
path: root/app-admin/vaultwarden-web-vault/vaultwarden-web-vault-2.19.0d.ebuild
blob: ff56bb312cc7a38797fda1f8d719b319aba8f540 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Copyright 2017-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

DESCRIPTION="Unofficial patched bitwarden 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}"

src_unpack() {
	unpack "${P}.tar.gz" || die
	S="${WORKDIR}"
}

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