mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
41da51479c
* chore(sync): frawhide -> f43 * bump(bitwarden-cli.bin): release 1 → 2 * bump(bazzite-portal): release 2 → 3 * bump(veracrypt): release 1 → 2 * bump(devpod): release 2 → 3 --------- Co-authored-by: hamachitan[bot] <252235638+hamachitan[bot]@users.noreply.github.com>
26 lines
533 B
RPMSpec
26 lines
533 B
RPMSpec
Name: bitwarden-cli.bin
|
|
Version: 2026.1.0
|
|
Release: 2%?dist
|
|
Summary: Bitwarden command-line client
|
|
License: GPL-3.0-only
|
|
URL: https://bitwarden.com
|
|
Source0: https://github.com/bitwarden/clients/releases/download/cli-v%version/bw-oss-linux-%version.zip
|
|
|
|
Packager: madonuko <mado@fyralabs.com>
|
|
Provides: bw
|
|
ExclusiveArch: x86_64
|
|
|
|
BuildRequires: unzip
|
|
|
|
%description
|
|
%summary.
|
|
|
|
%prep
|
|
unzip %{S:0}
|
|
|
|
%install
|
|
install -Dpm755 bw -t %buildroot%_bindir
|
|
|
|
%files
|
|
%_bindir/bw
|