Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rockpass-0.10.0
@ 2025-01-31 23:04 elbachir-one
  2025-02-01  8:14 ` Eloitor
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: elbachir-one @ 2025-01-31 23:04 UTC (permalink / raw)
  To: ml

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

There is a new pull request by elbachir-one against master on the void-packages repository

https://github.com/elbachir-one/void-packages rockpass
https://github.com/void-linux/void-packages/pull/54167

New package: rockpass-0.10.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**

<!--
#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**
-->

<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Closes: #54158


A patch file from https://github.com/void-linux/void-packages/pull/54167.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rockpass-54167.patch --]
[-- Type: text/x-diff, Size: 1052 bytes --]

From dff272c88f74157b625c1420a333eaec032e3262 Mon Sep 17 00:00:00 2001
From: elbachir-one <bachiralfa@gmail.com>
Date: Sat, 1 Feb 2025 00:01:54 +0100
Subject: [PATCH] New package: rockpass-0.10.0

---
 srcpkgs/rockpass/template | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 srcpkgs/rockpass/template

diff --git a/srcpkgs/rockpass/template b/srcpkgs/rockpass/template
new file mode 100644
index 00000000000000..c8892b23d442f7
--- /dev/null
+++ b/srcpkgs/rockpass/template
@@ -0,0 +1,13 @@
+# Template file for 'rockpass'
+pkgname=rockpass
+version=0.10.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="sqlite-devel"
+short_desc="Small and ultrasecure LessPass database API server written in Rust"
+maintainer="elbachir-one <bachiralfa@gmail.com>"
+license="GPL-3.0-or-later"
+homepage="https://gitlab.com/ogarcia/rockpass"
+distfiles="https://gitlab.com/ogarcia/rockpass/-/archive/${version}/${pkgname}-${version}.tar.gz"
+checksum=32428e7da06824bb1c15df2c7d6ea3440c03b5d39bcabfd94cc2cb93a5dc0b65

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

* Re: New package: rockpass-0.10.0
  2025-01-31 23:04 [PR PATCH] New package: rockpass-0.10.0 elbachir-one
@ 2025-02-01  8:14 ` Eloitor
  2025-02-01 16:09 ` [PR PATCH] [Closed]: " ahesford
  2025-02-01 16:09 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: Eloitor @ 2025-02-01  8:14 UTC (permalink / raw)
  To: ml

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

New comment by Eloitor on void-packages repository

https://github.com/void-linux/void-packages/pull/54167#issuecomment-2628846107

Comment:
Great, thanks! Do you think it makes sense to add a runit service?

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

* Re: New package: rockpass-0.10.0
  2025-01-31 23:04 [PR PATCH] New package: rockpass-0.10.0 elbachir-one
  2025-02-01  8:14 ` Eloitor
  2025-02-01 16:09 ` [PR PATCH] [Closed]: " ahesford
@ 2025-02-01 16:09 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2025-02-01 16:09 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/54167#issuecomment-2629009806

Comment:
@elbachir-one, I've warned you before against firing off new-package PRs in response to recently opened package requests. We are not interested in "throw it over the wall" submissions and your history of contributions makes it har dot believe submissions of this nature are anything else.

@Eloitor, you maintain several packages and have made numerous contributions to the Void repository. At the same time, you dominate our issue page with something like 90 new-package requests. In general, requests ought to be reserved for those who lack experience and knowledge to do the work themselves, or for *occasional* calls for assistance when complexity or time constraints prevent the requester from doing the work. Please, from now on, give more thought to whether you are willing to undertake the work you're asking to be done. If so, submit pull requests, not issues; if not, the package probably isn't important enough to be asking others for it.

  

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

* Re: [PR PATCH] [Closed]: New package: rockpass-0.10.0
  2025-01-31 23:04 [PR PATCH] New package: rockpass-0.10.0 elbachir-one
  2025-02-01  8:14 ` Eloitor
@ 2025-02-01 16:09 ` ahesford
  2025-02-01 16:09 ` ahesford
  2 siblings, 0 replies; 4+ messages in thread
From: ahesford @ 2025-02-01 16:09 UTC (permalink / raw)
  To: ml

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

There's a closed pull request on the void-packages repository

New package: rockpass-0.10.0
https://github.com/void-linux/void-packages/pull/54167

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **YES**


#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**


<!-- Note: If the build is likely to take more than 2 hours, please add ci skip tag as described in
https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->

#### Local build testing
- I built this PR locally for my native architecture, (ARCH-LIBC)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - armv6l-musl

Closes: #54158


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

end of thread, other threads:[~2025-02-01 16:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-01-31 23:04 [PR PATCH] New package: rockpass-0.10.0 elbachir-one
2025-02-01  8:14 ` Eloitor
2025-02-01 16:09 ` [PR PATCH] [Closed]: " ahesford
2025-02-01 16:09 ` ahesford

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