summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen, Chih-Chia <pigfoot@gmail.com>2024-02-16 11:27:09 +0800
committerChen, Chih-Chia <pigfoot@gmail.com>2024-02-16 11:27:09 +0800
commit9dc130d7c6f6aa382840fb34e04b255ed21f3679 (patch)
treea1fd3573feea97613fa46654ce49657ff8136326
parent[app-admin/google-compute-engine] support python 3.12 (diff)
downloadpigfoot-9dc130d7c6f6aa382840fb34e04b255ed21f3679.tar.gz
pigfoot-9dc130d7c6f6aa382840fb34e04b255ed21f3679.tar.bz2
pigfoot-9dc130d7c6f6aa382840fb34e04b255ed21f3679.zip
[app-admin/bitwarden-cli-bin] new ebuild
Signed-off-by: Chen, Chih-Chia <pigfoot@gmail.com>
-rw-r--r--app-admin/bitwarden-cli-bin/Manifest1
-rw-r--r--app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.0.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/app-admin/bitwarden-cli-bin/Manifest b/app-admin/bitwarden-cli-bin/Manifest
new file mode 100644
index 0000000..19b13d6
--- /dev/null
+++ b/app-admin/bitwarden-cli-bin/Manifest
@@ -0,0 +1 @@
+DIST bw-linux-2024.2.0.zip 32968695 BLAKE2B 808dbd4965cc26b3880bd541bc4c3627ed6b07233bb3eb62c76c5034ba734c6211c1fc907309f71d8dcfd993a61ba0bcdd049dc052c477cb43e7d4452929fe31 SHA512 80fa0ab96bf291ed5008d5c01d00eebf950e72b8c21184be3df1018ba33d33bac038b4410e17123096113642372b8013bdde0605473449cec5c69c418fa2e3c5
diff --git a/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.0.ebuild b/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.0.ebuild
new file mode 100644
index 0000000..8f94ee0
--- /dev/null
+++ b/app-admin/bitwarden-cli-bin/bitwarden-cli-bin-2024.2.0.ebuild
@@ -0,0 +1,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
+}