summaryrefslogtreecommitdiff
blob: 8f94ee0c24c8e2218338ad87a6fd836d4a159707 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

HOMEPAGE="https://bitwarden.com/"
SRC_URI="https://github.com/bitwarden/clients/releases/download/cli-v${PV}/bw-linux-${PV}.zip"

S="${WORKDIR}"

DESCRIPTION="Command line interface for the Bitwarden password manager"
LICENSE="GPL-3"
SLOT="0"
RESTRICT="mirror"
KEYWORDS="~amd64"

BDEPEND="app-arch/unzip"

QA_PREBUILT="usr/bin/bw"

src_install() {
    dobin bw
}