mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
New package: rbw-1.4.3
This commit is contained in:
parent
8d731bc73a
commit
9e7ff1f88e
1 changed files with 23 additions and 0 deletions
23
srcpkgs/rbw/template
Normal file
23
srcpkgs/rbw/template
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
# Template file for 'rbw'
|
||||||
|
pkgname=rbw
|
||||||
|
version=1.4.3
|
||||||
|
revision=1
|
||||||
|
build_style="cargo"
|
||||||
|
build_helper="qemu"
|
||||||
|
depends="pinentry"
|
||||||
|
short_desc="Unofficial command line client for Bitwarden"
|
||||||
|
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
|
||||||
|
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=2738aa6e868bf16292fcad9c9a45c60fe310d2303d06aea7875788bacda9b15b
|
||||||
|
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue