From: ram02z <ram02z@users.noreply.github.com> To: ml@inbox.vuxu.org Subject: [PR PATCH] New package: rbw-1.3.0 Date: Fri, 06 Aug 2021 01:05:08 +0200 [thread overview] Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32355@inbox.vuxu.org> (raw) [-- 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 +}
next reply other threads:[~2021-08-05 23:05 UTC|newest] Thread overview: 31+ messages / expand[flat|nested] mbox.gz Atom feed top 2021-08-05 23:05 ram02z [this message] 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
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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-32355@inbox.vuxu.org \ --to=ram02z@users.noreply.github.com \ --cc=ml@inbox.vuxu.org \ --subject='Re: [PR PATCH] New package: rbw-1.3.0' \ /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).