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"));