void-packages/srcpkgs/rofi-rbw/template

21 lines
702 B
Bash
Raw Normal View History

2021-08-11 01:27:22 +02:00
# Template file for 'rofi-rbw'
pkgname=rofi-rbw
2022-07-01 18:38:31 +02:00
version=1.0.1
revision=1
2021-08-11 01:27:22 +02:00
build_style=python3-pep517
make_install_target="rofi_rbw-${version}-py3-none-any.whl"
hostmakedepends="python3-setuptools python3-wheel"
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"
2022-07-01 18:38:31 +02:00
checksum=37f14462a7a918df2ac9350db8e3822fc7bf9af490dddb60299ea73c976f6c97
2021-08-11 01:27:22 +02:00
post_install() {
vman src/rofi_rbw/docs/rofi-rbw.1
vlicense LICENSE
}