From: ram02z <ram02z@users.noreply.github.com> To: ml@inbox.vuxu.org Subject: Re: [PR PATCH] [Updated] New packages: rbw-1.3.0, rofi-rbw-0.4.1 Date: Tue, 14 Sep 2021 01:48:56 +0200 [thread overview] Message-ID: <20210913234856.YFqNHOUP4CVmFVVhgJTJHUsk6E7E6dLIGVrvTjtr2JE@z> (raw) In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32355@inbox.vuxu.org> [-- Attachment #1: Type: text/plain, Size: 1982 bytes --] There is an updated pull request by ram02z against master on the void-packages repository https://github.com/ram02z/void-packages rbw https://github.com/void-linux/void-packages/pull/32355 New packages: rbw-1.3.0, rofi-rbw-0.4.1 <!-- Mark items with [x] where applicable --> #### General - [x] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR <!-- If GitHub CI cannot be used to validate the build result (for example, if the build is likely to take several hours), make sure to [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration). When skipping CI, uncomment and fill out the following section. Note: for builds that are likely to complete in less than 2 hours, it is not acceptable to skip CI. --> #### Does it build and run successfully? (Please choose at least one native build and, if supported, at least one cross build. More are better.) - [x] I built this PR locally for my native architecture, (x86_64-musl) - [x] I built this PR locally for these architectures (if supported. mark crossbuilds): - [x] aarch64-musl - [x] armv7l - [x] armv7l-musl - [x] armv6l - [x] armv6l-musl Closes #28973 #### Note: Not sure whether to include the shell scripts in the [bin](https://git.tozt.net/rbw/tree/bin) directory, as they aren't installed on [Arch](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=rbw) and are behind feature flags on [Nix](https://github.com/NixOS/nixpkgs/blob/master/pkgs/tools/security/rbw/default.nix#L77). A patch file from https://github.com/void-linux/void-packages/pull/32355.patch is attached [-- Warning: decoded text below may be mangled, UTF-8 assumed --] [-- Attachment #2: github-pr-rbw-32355.patch --] [-- Type: text/x-diff, Size: 2411 bytes --] From 6fbe15459d1979b7c20173469d865bbadd2ac33b Mon Sep 17 00:00:00 2001 From: Omar Zeghouani <omarzeghouanii@gmail.com> Date: Thu, 5 Aug 2021 23:54:23 +0100 Subject: [PATCH 1/2] New package: rbw-1.3.0 --- srcpkgs/rbw/template | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 srcpkgs/rbw/template diff --git a/srcpkgs/rbw/template b/srcpkgs/rbw/template new file mode 100644 index 000000000000..cdf21a368234 --- /dev/null +++ b/srcpkgs/rbw/template @@ -0,0 +1,28 @@ +# Template file for 'rbw' +pkgname=rbw +version=1.3.0 +revision=1 +build_style="cargo" +build_helper="qemu" +depends="pinentry" +short_desc="Unofficial command line client for Bitwarden" +maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>" +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=7255e322b8c6bd6ee9da00f4c54211e94a132abec15b9f51b8351af31a4744ac + +post_build() { + for shell in bash fish zsh; do + vtargetrun target/${RUST_TARGET}/release/rbw gen-completions $shell > rbw.$shell + done +} + +post_install() { + vcompletion rbw.bash bash + vcompletion rbw.fish fish + vcompletion rbw.zsh zsh + + vlicense LICENSE +} From 63169a525be7079902b2cd3047c5c0b48a7c0b92 Mon Sep 17 00:00:00 2001 From: Omar Zeghouani <omarzeghouanii@gmail.com> Date: Wed, 11 Aug 2021 00:27:22 +0100 Subject: [PATCH 2/2] New package: rofi-rbw-0.4.1 --- srcpkgs/rofi-rbw/template | 18 ++++++++++++++++++ 1 file changed, 18 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..713482b263cb --- /dev/null +++ b/srcpkgs/rofi-rbw/template @@ -0,0 +1,18 @@ +# Template file for 'rofi-rbw' +pkgname=rofi-rbw +version=0.4.1 +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" +distfiles="https://github.com/fdw/rofi-rbw/archive/${version}.tar.gz" +checksum=4fe4d2704980d32ef630d76db4057b66b9a7b26d74de76d030ae6f9d9f4e1a07 + +post_install() { + vlicense LICENSE +}
next prev parent reply other threads:[~2021-09-13 23:48 UTC|newest] Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-08-05 23:05 [PR PATCH] New package: rbw-1.3.0 ram02z 2021-08-06 0:17 ` [PR PATCH] [Updated] " ram02z 2021-08-06 11:50 ` ram02z 2021-08-06 11:53 ` ram02z 2021-08-06 13:25 ` [PR PATCH] [Updated] " ram02z 2021-08-06 13:54 ` ram02z 2021-08-06 15:02 ` ram02z 2021-08-06 16:15 ` [PR REVIEW] " paper42 2021-08-06 16:15 ` paper42 2021-08-06 16:36 ` [PR PATCH] [Updated] " ram02z 2021-08-06 16:40 ` ram02z 2021-08-06 16:52 ` ram02z 2021-08-06 21:28 ` ram02z 2021-08-10 14:13 ` [PR PATCH] [Updated] " ram02z 2021-08-10 23:28 ` ram02z 2021-08-10 23:34 ` New packages: rbw-1.3.0, rofi-rbw-0.4.1 ram02z 2021-08-10 23:37 ` [PR PATCH] [Updated] " ram02z 2021-09-13 23:47 ` ram02z 2021-09-13 23:48 ` ram02z [this message] 2021-10-12 7:02 ` ram02z 2021-10-12 10:07 ` ram02z 2021-10-31 14:17 ` [PR PATCH] [Updated] " ram02z 2021-10-31 14:36 ` [PR PATCH] [Updated] New packages: rbw-1.4.1, rofi-rbw-0.4.1 ram02z 2021-12-30 21:27 ` ram02z 2022-01-14 16:21 ` [PR PATCH] [Updated] New packages: rbw-1.4.1, rofi-rbw-0.5.0 ram02z 2022-01-18 21:22 ` ram02z 2022-02-19 12:09 ` ram02z 2022-02-25 0:47 ` New packages: rbw-1.4.3, rofi-rbw-0.5.0 TinfoilSubmarine 2022-04-21 17:37 ` [PR REVIEW] " classabbyamp 2022-04-21 17:59 ` ram02z 2022-04-21 20:46 ` Piraty
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=20210913234856.YFqNHOUP4CVmFVVhgJTJHUsk6E7E6dLIGVrvTjtr2JE@z \ --to=ram02z@users.noreply.github.com \ --cc=ml@inbox.vuxu.org \ --subject='Re: [PR PATCH] [Updated] New packages: rbw-1.3.0, rofi-rbw-0.4.1' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for NNTP newsgroup(s).