void-packages/srcpkgs/rofi-rbw/template

20 lines
617 B
Bash

# Template file for 'rofi-rbw'
pkgname=rofi-rbw
version=1.4.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3 python3-ConfigArgParse rbw"
short_desc="Rofi frontend for Bitwarden"
maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
license="MIT"
homepage="https://github.com/fdw/rofi-rbw"
changelog="https://raw.githubusercontent.com/fdw/rofi-rbw/HEAD/CHANGELOG.md"
distfiles="https://github.com/fdw/rofi-rbw/archive/${version}.tar.gz"
checksum=66641cb2846a4f2b0f6a523c6e8623642e3f0cf8b0da57d80cd19c0b63d7cc84
post_install() {
vman docs/rofi-rbw.1
vlicense LICENSE
}