2024-12-29 11:33:19 -05:00

25 lines
714 B
Bash

# Template file for 'rbw'
pkgname=rbw
version=1.13.1
revision=1
archs="x86_64* i686* aarch64* arm*" # ring
build_style="cargo"
build_helper="qemu"
depends="pinentry"
short_desc="Unofficial command-line client for Bitwarden"
maintainer="Andrew J. Hesford <ajh@sideband.org>"
license="MIT"
homepage="https://git.tozt.net/rbw"
changelog="https://git.tozt.net/rbw/plain/CHANGELOG.md"
distfiles="https://git.tozt.net/rbw/snapshot/rbw-${version}.tar.gz"
checksum=2e3181417732b5ab32456a1babff2febeee695604e85db2c94668270ed8a2036
post_install() {
for shell in bash fish zsh; do
vtargetrun target/${RUST_TARGET}/release/rbw gen-completions $shell > rbw.$shell
vcompletion rbw.$shell $shell
done
vlicense LICENSE
}