Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rbw-1.3.0
@ 2021-08-05 23:05 ram02z
  2021-08-06  0:17 ` [PR PATCH] [Updated] " ram02z
                   ` (38 more replies)
  0 siblings, 39 replies; 40+ messages in thread
From: ram02z @ 2021-08-05 23:05 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1924 bytes --]

There is a new 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, (aarch64-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: 1343 bytes --]

From 8c164356700cc3180a7319aa9790db4fd24649ba 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 | 31 +++++++++++++++++++++++++++++++
 1 file changed, 31 insertions(+)
 create mode 100644 srcpkgs/rbw/template

diff --git a/srcpkgs/rbw/template b/srcpkgs/rbw/template
new file mode 100644
index 000000000000..47fe297c279e
--- /dev/null
+++ b/srcpkgs/rbw/template
@@ -0,0 +1,31 @@
+# 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 Zeghoauni <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
+
+	${wrksrc}/target/release/rbw gen-completions bash > rbw.bash
+	${wrksrc}/target/release/rbw gen-completions fish > rbw.fish
+	${wrksrc}/target/release/rbw gen-completions zsh  > rbw.zsh
+}
+
+do_install() {
+	vbin target/release/rbw
+	vbin target/release/rbw-agent
+
+	vcompletion rbw.bash bash
+	vcompletion rbw.fish fish
+	vcompletion rbw.zsh  zsh
+
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 40+ messages in thread

end of thread, other threads:[~2022-06-20 18:24 UTC | newest]

Thread overview: 40+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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
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

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).