summaryrefslogtreecommitdiff
blob: cfc114e31408b605074d3f0fbd94b108a44722ce (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 strip"
KEYWORDS="~amd64"

BDEPEND="app-arch/unzip"

QA_PREBUILT="usr/bin/bw"

src_install() {
    dobin bw
}