New package: rofi-rbw-1.0.0

This commit is contained in:
Omar Zeghouani 2021-08-11 00:27:22 +01:00 committed by classabbyamp
parent 9e7ff1f88e
commit a8aff5a018
1 changed files with 20 additions and 0 deletions

20
srcpkgs/rofi-rbw/template Normal file
View File

@ -0,0 +1,20 @@
# Template file for 'rofi-rbw'
pkgname=rofi-rbw
version=1.0.0
revision=1
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"
checksum=25cebb7d0cbff19cd0dc54834455de0ae291c74c4d51d66a5c10a57093b49799
post_install() {
vman src/rofi_rbw/docs/rofi-rbw.1
vlicense LICENSE
}