mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 20:32:19 +00:00
* add: bitwarden-rofi
* update.rhai
---------
(cherry picked from commit 079066e7dd)
Signed-off-by: Owen-sz <owen@fyralabs.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
project pkg {
|
||||
arches = ["x86_64"]
|
||||
rpm {
|
||||
spec = "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 <owen@fyralabs.com>
|
||||
|
||||
%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 <owen@fyralabs.com>
|
||||
- Initial commit
|
||||
@@ -0,0 +1 @@
|
||||
rpm.version(gh("mattydebie/bitwarden-rofi"));
|
||||
Reference in New Issue
Block a user