From 561e97a738236338e822ec768b8d3ccb1bd594cd Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Sat, 13 Dec 2025 11:52:41 -0800 Subject: [PATCH] add: bitwarden-rofi (#8323) (#8324) * add: bitwarden-rofi * update.rhai --------- (cherry picked from commit 079066e7dd9305903ea63c430d0f639cebc03f46) Signed-off-by: Owen-sz Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/misc/bitwarden-rofi/anda.hcl | 6 +++ anda/misc/bitwarden-rofi/bitwarden-rofi.spec | 41 ++++++++++++++++++++ anda/misc/bitwarden-rofi/update.rhai | 1 + 3 files changed, 48 insertions(+) create mode 100644 anda/misc/bitwarden-rofi/anda.hcl create mode 100644 anda/misc/bitwarden-rofi/bitwarden-rofi.spec create mode 100644 anda/misc/bitwarden-rofi/update.rhai diff --git a/anda/misc/bitwarden-rofi/anda.hcl b/anda/misc/bitwarden-rofi/anda.hcl new file mode 100644 index 0000000000..12825a4447 --- /dev/null +++ b/anda/misc/bitwarden-rofi/anda.hcl @@ -0,0 +1,6 @@ +project pkg { + arches = ["x86_64"] + rpm { + spec = "bitwarden-rofi.spec" + } +} diff --git a/anda/misc/bitwarden-rofi/bitwarden-rofi.spec b/anda/misc/bitwarden-rofi/bitwarden-rofi.spec new file mode 100644 index 0000000000..6d8bd10821 --- /dev/null +++ b/anda/misc/bitwarden-rofi/bitwarden-rofi.spec @@ -0,0 +1,41 @@ +Name: bitwarden-rofi +Version: 0.5 +Release: 1%?dist +Summary: Wrapper for Bitwarden cli and Rofi +License: GPL-3.0 +URL: https://github.com/mattydebie/bitwarden-rofi +Source0: %url/archive/refs/tags/%version.tar.gz +Requires: bash +BuildArch: noarch + +Requires: rofi +Requires: bitwarden-cli +Requires: jq + +Recommends: wl-clipboard +Recommends: ydotool +Recommends: xclip +Recommends: xsel +Recommends: xdotool + +Packager: Owen Zimmerman + +%description +%summary. + +%prep +%autosetup + +%install +install -Dm755 lib-bwmenu %{buildroot}%{_bindir}/lib-bwmenu +install -Dm755 bwmenu %{buildroot}%{_bindir}/bwmenu + +%files +%doc README.md img/screenshot1.png +%license LICENSE +%{_bindir}/bwmenu +%{_bindir}/lib-bwmenu + +%changelog +* Sat Dec 13 2025 Owen Zimmerman +- Initial commit diff --git a/anda/misc/bitwarden-rofi/update.rhai b/anda/misc/bitwarden-rofi/update.rhai new file mode 100644 index 0000000000..2ba69d2b89 --- /dev/null +++ b/anda/misc/bitwarden-rofi/update.rhai @@ -0,0 +1 @@ +rpm.version(gh("mattydebie/bitwarden-rofi"));