name="bitwarden-cli-bin" pkgname="bitwarden-cli" gives="bw" repology=("project: ${pkgname}") version="2022.11.0" url="https://github.com/bitwarden/clients/releases/download/cli-v${version}/${gives}-linux-${version}.zip" breaks="${pkgname}-git" replace="${pkgname}" description="Bitwarden's command-line interface - Binary" hash="dce7333acf53f5bcdd147fe99116ec966143d16fcd4bf067ffe48955340b0fb4" maintainer="WRM-42 " prepare() { true } build() { true } install() { sudo install -Dm755 ${gives} -t "${STOWDIR}/${name}/usr/bin" }