Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: snore-0.2
@ 2022-05-26  9:45 wael444
  2022-05-26  9:46 ` wael444
                   ` (26 more replies)
  0 siblings, 27 replies; 29+ messages in thread
From: wael444 @ 2022-05-26  9:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages snore
https://github.com/void-linux/void-packages/pull/37299

New package: snore-0.2
#### Testing the changes
- I tested the changes in this PR: **YES**

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-glibc)
- I built this PR locally for these architectures:
  - x86_64-musl
  - aarch64
  - aarch64-musl
  - i686
  - i686-musl
  - armv7l


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

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

From a417bb55bbdbbfcbc26f5d06cf8b3c5d52d6080c Mon Sep 17 00:00:00 2001
From: wael <40663@protonmail.com>
Date: Thu, 26 May 2022 12:39:21 +0300
Subject: [PATCH] New package: snore-0.2

 New package: snore-0.2
---
 srcpkgs/snore/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/snore/template

diff --git a/srcpkgs/snore/template b/srcpkgs/snore/template
new file mode 100644
index 000000000000..435e4537121e
--- /dev/null
+++ b/srcpkgs/snore/template
@@ -0,0 +1,16 @@
+# Template file for 'snore'
+pkgname=snore
+version=0.2
+revision=1
+build_style=gnu-makefile
+short_desc="Sleep with feedback"
+maintainer="wael <40663@protonmail.com>"
+license="MIT"
+homepage="https://github.com/clamiax/snore"
+distfiles="https://github.com/clamiax/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=2b160061589e54b6a88b2995028491b38f9695393bf48af5ad61835fb6fd771a
+CFLAGS="-DVERSION=\\\"${version}\\\""
+
+post_install() {
+	vlicense LICENSE
+}

^ permalink raw reply	[flat|nested] 29+ messages in thread
* [PR PATCH] New package: snore-0.2
@ 2022-02-06 17:28 wael444
  2022-03-16  5:52 ` [PR PATCH] [Updated] " wael444
  0 siblings, 1 reply; 29+ messages in thread
From: wael444 @ 2022-02-06 17:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/wael444/void-packages master
https://github.com/void-linux/void-packages/pull/35443

New package: snore-0.2
New package: snore-0.2

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

#### 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):
  - x86_64-musl
  - aarch64-musl
  - armv7l
  - armv6l-musl


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

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

From 03a9909f7e72a4cae8896862c87c605dc064e96e Mon Sep 17 00:00:00 2001
From: wael <40663@protonmail.com>
Date: Sun, 6 Feb 2022 20:21:50 +0300
Subject: [PATCH] New package: snore-0.2

New package: snore-0.2
---
 srcpkgs/snore/template | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
 create mode 100644 srcpkgs/snore/template

diff --git a/srcpkgs/snore/template b/srcpkgs/snore/template
new file mode 100644
index 000000000000..7496a9192c79
--- /dev/null
+++ b/srcpkgs/snore/template
@@ -0,0 +1,16 @@
+# Template file for 'snore'
+pkgname=snore
+version=0.2
+revision=1
+build_style=gnu-makefile
+short_desc="Sleep with feedback"
+maintainer="wael <40663@protonmail.com>"
+license="MIT"
+homepage="https://github.com/clamiax/snore"
+distfiles="https://github.com/clamiax/${pkgname}/archive/refs/tags/${version}.tar.gz"
+checksum=2b160061589e54b6a88b2995028491b38f9695393bf48af5ad61835fb6fd771a
+CFLAGS="-std=c99 -D_DEFAULT_SOURCE -DVERSION=\\\"${version}\\\""
+
+post_install() {
+	vlicense LICENSE
+}

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

end of thread, other threads:[~2022-11-08  2:13 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-26  9:45 [PR PATCH] New package: snore-0.2 wael444
2022-05-26  9:46 ` wael444
2022-05-26 16:17 ` [PR REVIEW] " Chocimier
2022-05-26 16:17 ` Chocimier
2022-05-26 17:21 ` wael444
2022-05-26 17:27 ` [PR PATCH] [Updated] " wael444
2022-05-26 17:41 ` [PR REVIEW] " paper42
2022-05-26 17:43 ` wael444
2022-05-26 17:50 ` Chocimier
2022-06-07 11:38 ` [PR PATCH] [Updated] " wael444
2022-06-07 11:41 ` wael444
2022-06-11 22:21 ` classabbyamp
2022-06-14 16:04 ` [PR PATCH] [Updated] " wael444
2022-06-25  3:08 ` wael444
2022-06-25  3:21 ` [PR REVIEW] " classabbyamp
2022-06-25  3:22 ` classabbyamp
2022-06-25  3:29 ` wael444
2022-06-29 20:30 ` [PR PATCH] [Updated] " wael444
2022-07-22 12:47 ` wael444
2022-07-22 13:46 ` paper42
2022-07-22 20:28 ` [PR REVIEW] " wael444
2022-07-22 21:19 ` classabbyamp
2022-07-23  9:49 ` wael444
2022-07-23  9:50 ` [PR PATCH] [Updated] " wael444
2022-07-23  9:51 ` wael444
2022-07-23  9:56 ` wael444
2022-10-24  2:14 ` New package: snore-0.3.1 github-actions
2022-11-08  2:13 ` [PR PATCH] [Closed]: " github-actions
  -- strict thread matches above, loose matches on Subject: below --
2022-02-06 17:28 [PR PATCH] New package: snore-0.2 wael444
2022-03-16  5:52 ` [PR PATCH] [Updated] " wael444

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