From 56db2b57d0a96b4697b6353a489d2a0f820deb1f Mon Sep 17 00:00:00 2001 From: Omar Zeghouani Date: Thu, 5 Aug 2021 23:54:23 +0100 Subject: [PATCH 1/2] New package: rbw-1.4.1 --- srcpkgs/rbw/template | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 srcpkgs/rbw/template diff --git a/srcpkgs/rbw/template b/srcpkgs/rbw/template new file mode 100644 index 000000000000..30e41ae804f8 --- /dev/null +++ b/srcpkgs/rbw/template @@ -0,0 +1,23 @@ +# Template file for 'rbw' +pkgname=rbw +version=1.4.1 +revision=1 +build_style="cargo" +build_helper="qemu" +depends="pinentry" +short_desc="Unofficial command line client for Bitwarden" +maintainer="Omar Zeghouani " +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=70c55c1341f4181f8974f99ec24ee1caf918487135cfa578566d9e6c44eb47b0 + +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 +} From 7f47de5845442048cdd757eafbd6ee37748dd74e Mon Sep 17 00:00:00 2001 From: Omar Zeghouani Date: Wed, 11 Aug 2021 00:27:22 +0100 Subject: [PATCH 2/2] New package: rofi-rbw-0.5.0 --- srcpkgs/rofi-rbw/template | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 srcpkgs/rofi-rbw/template diff --git a/srcpkgs/rofi-rbw/template b/srcpkgs/rofi-rbw/template new file mode 100644 index 000000000000..3454a4f31f95 --- /dev/null +++ b/srcpkgs/rofi-rbw/template @@ -0,0 +1,19 @@ +# Template file for 'rofi-rbw' +pkgname=rofi-rbw +version=0.5.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 " +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=377eae8ad120cba6d3de77501a69100a525a08cadabc86a15fa218f80f88ab03 + +post_install() { + vlicense LICENSE +}