Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: nostr-rs-relay
@ 2023-01-10 13:37 strec007
  2023-02-07 15:53 ` [PR PATCH] [Updated] " strec007
                   ` (30 more replies)
  0 siblings, 31 replies; 32+ messages in thread
From: strec007 @ 2023-01-10 13:37 UTC (permalink / raw)
  To: ml

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

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

https://github.com/strec007/void-packages _pc_nostr-rs-relay
https://github.com/void-linux/void-packages/pull/41558

New package: nostr-rs-relay
<!-- 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, (x86_64-glibc)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - aarch64-musl
  - armv7l
  - x86_64-musl


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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-_pc_nostr-rs-relay-41558.patch --]
[-- Type: text/x-diff, Size: 1845 bytes --]

From 0b9428b826a4092fb72c7d044ef0a4673e98d5ec Mon Sep 17 00:00:00 2001
From: Petr Cizmar <xxb0322@xpc.ovh>
Date: Tue, 10 Jan 2023 14:30:16 +0100
Subject: [PATCH] New package: nostr-rs-relay

---
 srcpkgs/nostr-rs-relay/patches/cargo.toml.patch | 12 ++++++++++++
 srcpkgs/nostr-rs-relay/template                 | 17 +++++++++++++++++
 2 files changed, 29 insertions(+)
 create mode 100644 srcpkgs/nostr-rs-relay/patches/cargo.toml.patch
 create mode 100644 srcpkgs/nostr-rs-relay/template

diff --git a/srcpkgs/nostr-rs-relay/patches/cargo.toml.patch b/srcpkgs/nostr-rs-relay/patches/cargo.toml.patch
new file mode 100644
index 000000000000..7d04e862e26d
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/patches/cargo.toml.patch
@@ -0,0 +1,12 @@
+diff --git a/Cargo.toml b/Cargo.toml
+index 932db4c..59835fd 100644
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -41,6 +41,7 @@ parse_duration = "2"
+ rand = "0.8"
+ const_format = "0.2.28"
+ regex = "1"
++openssl = { version = "0.10", features = ["vendored"] }
+ 
+ [dev-dependencies]
+ anyhow = "1"
diff --git a/srcpkgs/nostr-rs-relay/template b/srcpkgs/nostr-rs-relay/template
new file mode 100644
index 000000000000..b1363c346f69
--- /dev/null
+++ b/srcpkgs/nostr-rs-relay/template
@@ -0,0 +1,17 @@
+# Template file for 'nostr-rs-relay'
+pkgname=nostr-rs-relay
+version=0.7.16
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+makedepends="openssl-devel"
+short_desc="Nostr relay written in Rust"
+maintainer="Petr Cizmar <xxb0322@xpc.ovh>"
+license="MIT"
+homepage="https://git.sr.ht/~gheartsfield/nostr-rs-relay"
+changelog="https://git.sr.ht/~gheartsfield/nostr-rs-relay/log/${version}"
+distfiles="https://git.sr.ht/~gheartsfield/nostr-rs-relay/archive/${version}.tar.gz"
+checksum=82adb7d54bc748214d00b8212aab79cd1adec6f576249166a41916545683a724
+post_install() {
+	vlicense "LICENSE"
+}

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

end of thread, other threads:[~2023-12-07  1:46 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-10 13:37 [PR PATCH] New package: nostr-rs-relay strec007
2023-02-07 15:53 ` [PR PATCH] [Updated] " strec007
2023-02-22  9:49 ` strec007
2023-02-22 16:55 ` strec007
2023-02-22 20:15 ` icp1994
2023-02-22 20:33 ` strec007
2023-02-22 20:40 ` [PR PATCH] [Updated] " strec007
2023-02-22 21:26 ` strec007
2023-05-07 12:30 ` strec007
2023-05-10 16:20 ` [PR REVIEW] " classabbyamp
2023-05-10 16:20 ` classabbyamp
2023-05-10 16:20 ` classabbyamp
2023-05-10 18:06 ` [PR PATCH] [Updated] " strec007
2023-05-10 18:09 ` strec007
2023-05-10 18:12 ` strec007
2023-05-10 18:19 ` [PR REVIEW] " strec007
2023-05-10 18:23 ` [PR PATCH] [Updated] " strec007
2023-05-10 18:29 ` classabbyamp
2023-05-10 18:36 ` strec007
2023-05-10 20:35 ` [PR PATCH] [Updated] " strec007
2023-05-10 21:02 ` [PR REVIEW] " classabbyamp
2023-05-10 21:35 ` Duncaen
2023-05-11  9:31 ` strec007
2023-05-11 10:00 ` [PR PATCH] [Updated] " strec007
2023-05-11 10:02 ` [PR REVIEW] " strec007
2023-05-23 14:56 ` strec007
2023-06-20  9:46 ` strec007
2023-08-18 16:00 ` TinfoilSubmarine
2023-08-24 14:09 ` [PR PATCH] [Updated] " strec007
2023-08-24 14:09 ` sgn
2023-11-23  1:46 ` github-actions
2023-12-07  1:46 ` [PR PATCH] [Closed]: " github-actions

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