Github messages for voidlinux
 help / color / mirror / Atom feed
From: ram02z <ram02z@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: rbw-1.3.0
Date: Fri, 06 Aug 2021 15:25:40 +0200	[thread overview]
Message-ID: <20210806132540.FcmSpR7uxWxlwYYWxiUHruHVPRIf8-OUKb3hqeXig-Q@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: 1928 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 package: rbw-1.3.0
<!-- 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)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] 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: 1321 bytes --]

From d0ca3f804cf2f415094a2ab3d446cffd5deecb7c Mon Sep 17 00:00:00 2001
From: Omar Zeghouani <omarzeghouanii@gmail.com>
Date: Thu, 5 Aug 2021 23:54:23 +0100
Subject: [PATCH] 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..db94af54ee37
--- /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
+depends="pinentry"
+short_desc="Unofficial command line client for Bitwarden"
+maintainer="Omar Zeghouani <omarzeghouanii@gmail.com>"
+license="MIT"
+homepage="https://git.tozt.net/rbw"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
+checksum=7255e322b8c6bd6ee9da00f4c54211e94a132abec15b9f51b8351af31a4744ac
+
+do_build() {
+	cargo build --release --locked
+
+	cargo run --release --locked --bin rbw -- gen-completions bash > rbw.bash
+	cargo run --release --locked --bin rbw -- gen-completions fish > rbw.fish
+	cargo run --release --locked --bin rbw -- gen-completions zsh  > rbw.zsh
+}
+
+post_install() {
+	vcompletion rbw.bash bash
+	vcompletion rbw.fish fish
+	vcompletion rbw.zsh  zsh
+
+	vlicense LICENSE
+}

  parent reply	other threads:[~2021-08-06 13:25 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-05 23:05 [PR PATCH] " 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 ` ram02z [this message]
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
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
2022-06-11 15:14 ` [PR PATCH] [Updated] " ram02z
2022-06-11 15:24 ` ram02z
2022-06-18 10:45 ` [PR PATCH] [Updated] " ram02z
2022-06-18 10:48 ` New packages: rbw-1.4.3, rofi-rbw-1.0.0 ram02z
2022-06-18 19:01 ` classabbyamp
2022-06-19  0:19 ` classabbyamp
2022-06-19 18:31 ` [PR PATCH] [Updated] " ram02z
2022-06-19 18:32 ` ram02z
2022-06-20 18:24 ` [PR PATCH] [Merged]: " classabbyamp

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=20210806132540.FcmSpR7uxWxlwYYWxiUHruHVPRIf8-OUKb3hqeXig-Q@z \
    --to=ram02z@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /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
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).