Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: rsClock-0.1.4
@ 2019-10-10 12:30 voidlinux-github
  2019-10-12 15:07 ` voidlinux-github
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-10 12:30 UTC (permalink / raw)
  To: ml

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

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

https://github.com/0x0f0f0f/void-packages rsclock
https://github.com/void-linux/void-packages/pull/15293

New package: rsClock-0.1.4


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

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

From b444e30ba2b992e99b7157efa64cc9935a065aec Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Thu, 10 Oct 2019 14:28:58 +0200
Subject: [PATCH] New package: rsClock-0.1.4

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

diff --git a/srcpkgs/rsClock/template b/srcpkgs/rsClock/template
new file mode 100644
index 00000000000..15cff3ed9aa
--- /dev/null
+++ b/srcpkgs/rsClock/template
@@ -0,0 +1,18 @@
+# Template file for 'rsClock'
+pkgname=rsClock
+version=0.1.4
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=cargo
+hostmakedepends="cmake pkg-config"
+makedepends="libressl-devel"
+short_desc="Simple terminal clock written in Rust"
+maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
+license="MIT"
+homepage="https://github.com/valebes/rsClock"
+distfiles="https://github.com/valebes/rsClock/archive/v${version}.tar.gz"
+checksum=3e1c903a944325a9fabebfed34029830c94b4cd2463354bc02be01eb18401d04
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: rsClock-0.1.4
  2019-10-10 12:30 [PR PATCH] New package: rsClock-0.1.4 voidlinux-github
@ 2019-10-12 15:07 ` voidlinux-github
  2019-10-12 18:19 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-12 15:07 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/15293#issuecomment-541333182

Comment:
Is `libressl-devel`, `cmake` and `pkg-config` really needed?
I wouldn't call it a "simple" clock then.

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

* Re: [PR PATCH] [Updated] New package: rsClock-0.1.4
  2019-10-10 12:30 [PR PATCH] New package: rsClock-0.1.4 voidlinux-github
  2019-10-12 15:07 ` voidlinux-github
  2019-10-12 18:19 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-10-12 18:19 ` voidlinux-github
  2019-10-12 18:20 ` voidlinux-github
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-12 18:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by 0x0f0f0f against master on the void-packages repository

https://github.com/0x0f0f0f/void-packages rsclock
https://github.com/void-linux/void-packages/pull/15293

New package: rsClock-0.1.4


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

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

From d1d0ff7637dd62899ba303c12b4157e70ecfc6e5 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Thu, 10 Oct 2019 14:28:58 +0200
Subject: [PATCH] New package: rsClock-0.1.4

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

diff --git a/srcpkgs/rsClock/template b/srcpkgs/rsClock/template
new file mode 100644
index 00000000000..15cff3ed9aa
--- /dev/null
+++ b/srcpkgs/rsClock/template
@@ -0,0 +1,18 @@
+# Template file for 'rsClock'
+pkgname=rsClock
+version=0.1.4
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=cargo
+hostmakedepends="cmake pkg-config"
+makedepends="libressl-devel"
+short_desc="Simple terminal clock written in Rust"
+maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
+license="MIT"
+homepage="https://github.com/valebes/rsClock"
+distfiles="https://github.com/valebes/rsClock/archive/v${version}.tar.gz"
+checksum=3e1c903a944325a9fabebfed34029830c94b4cd2463354bc02be01eb18401d04
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: rsClock-0.1.4
  2019-10-10 12:30 [PR PATCH] New package: rsClock-0.1.4 voidlinux-github
  2019-10-12 15:07 ` voidlinux-github
@ 2019-10-12 18:19 ` voidlinux-github
  2019-10-12 18:19 ` voidlinux-github
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-12 18:19 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by 0x0f0f0f against master on the void-packages repository

https://github.com/0x0f0f0f/void-packages rsclock
https://github.com/void-linux/void-packages/pull/15293

New package: rsClock-0.1.4


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

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

From d1d0ff7637dd62899ba303c12b4157e70ecfc6e5 Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Thu, 10 Oct 2019 14:28:58 +0200
Subject: [PATCH] New package: rsClock-0.1.4

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

diff --git a/srcpkgs/rsClock/template b/srcpkgs/rsClock/template
new file mode 100644
index 00000000000..15cff3ed9aa
--- /dev/null
+++ b/srcpkgs/rsClock/template
@@ -0,0 +1,18 @@
+# Template file for 'rsClock'
+pkgname=rsClock
+version=0.1.4
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=cargo
+hostmakedepends="cmake pkg-config"
+makedepends="libressl-devel"
+short_desc="Simple terminal clock written in Rust"
+maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
+license="MIT"
+homepage="https://github.com/valebes/rsClock"
+distfiles="https://github.com/valebes/rsClock/archive/v${version}.tar.gz"
+checksum=3e1c903a944325a9fabebfed34029830c94b4cd2463354bc02be01eb18401d04
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: rsClock-0.1.4
  2019-10-10 12:30 [PR PATCH] New package: rsClock-0.1.4 voidlinux-github
                   ` (2 preceding siblings ...)
  2019-10-12 18:19 ` voidlinux-github
@ 2019-10-12 18:20 ` voidlinux-github
  2019-10-12 18:20 ` voidlinux-github
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-12 18:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by 0x0f0f0f against master on the void-packages repository

https://github.com/0x0f0f0f/void-packages rsclock
https://github.com/void-linux/void-packages/pull/15293

New package: rsClock-0.1.4


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

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

From 20c6d7b9e17d3dface98682661f34ca8f5992dfa Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Thu, 10 Oct 2019 14:28:58 +0200
Subject: [PATCH] New package: rsClock-0.1.4

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

diff --git a/srcpkgs/rsClock/template b/srcpkgs/rsClock/template
new file mode 100644
index 00000000000..3da575801f0
--- /dev/null
+++ b/srcpkgs/rsClock/template
@@ -0,0 +1,16 @@
+# Template file for 'rsClock'
+pkgname=rsClock
+version=0.1.4
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=cargo
+short_desc="Simple terminal clock written in Rust"
+maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
+license="MIT"
+homepage="https://github.com/valebes/rsClock"
+distfiles="https://github.com/valebes/rsClock/archive/v${version}.tar.gz"
+checksum=3e1c903a944325a9fabebfed34029830c94b4cd2463354bc02be01eb18401d04
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Updated] New package: rsClock-0.1.4
  2019-10-10 12:30 [PR PATCH] New package: rsClock-0.1.4 voidlinux-github
                   ` (3 preceding siblings ...)
  2019-10-12 18:20 ` voidlinux-github
@ 2019-10-12 18:20 ` voidlinux-github
  2019-10-14 20:34 ` voidlinux-github
  2019-10-14 20:34 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-12 18:20 UTC (permalink / raw)
  To: ml

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

There is an updated pull request by 0x0f0f0f against master on the void-packages repository

https://github.com/0x0f0f0f/void-packages rsclock
https://github.com/void-linux/void-packages/pull/15293

New package: rsClock-0.1.4


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

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

From 20c6d7b9e17d3dface98682661f34ca8f5992dfa Mon Sep 17 00:00:00 2001
From: 0x0f0f0f <sudo-woodo3@protonmail.com>
Date: Thu, 10 Oct 2019 14:28:58 +0200
Subject: [PATCH] New package: rsClock-0.1.4

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

diff --git a/srcpkgs/rsClock/template b/srcpkgs/rsClock/template
new file mode 100644
index 00000000000..3da575801f0
--- /dev/null
+++ b/srcpkgs/rsClock/template
@@ -0,0 +1,16 @@
+# Template file for 'rsClock'
+pkgname=rsClock
+version=0.1.4
+revision=1
+wrksrc="${pkgname}-${version}"
+build_style=cargo
+short_desc="Simple terminal clock written in Rust"
+maintainer="0x0f0f0f <sudo-woodo3@protonmail.com>"
+license="MIT"
+homepage="https://github.com/valebes/rsClock"
+distfiles="https://github.com/valebes/rsClock/archive/v${version}.tar.gz"
+checksum=3e1c903a944325a9fabebfed34029830c94b4cd2463354bc02be01eb18401d04
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: rsClock-0.1.4
  2019-10-10 12:30 [PR PATCH] New package: rsClock-0.1.4 voidlinux-github
                   ` (4 preceding siblings ...)
  2019-10-12 18:20 ` voidlinux-github
@ 2019-10-14 20:34 ` voidlinux-github
  2019-10-14 20:34 ` [PR PATCH] [Merged]: " voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-14 20:34 UTC (permalink / raw)
  To: ml

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

New comment by jnbr on void-packages repository

https://github.com/void-linux/void-packages/pull/15293#issuecomment-541905641

Comment:
Please comment when making changes, Github doesn't send notifications for force-pushes.

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

* Re: [PR PATCH] [Merged]: New package: rsClock-0.1.4
  2019-10-10 12:30 [PR PATCH] New package: rsClock-0.1.4 voidlinux-github
                   ` (5 preceding siblings ...)
  2019-10-14 20:34 ` voidlinux-github
@ 2019-10-14 20:34 ` voidlinux-github
  6 siblings, 0 replies; 8+ messages in thread
From: voidlinux-github @ 2019-10-14 20:34 UTC (permalink / raw)
  To: ml

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

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

New package: rsClock-0.1.4
https://github.com/void-linux/void-packages/pull/15293

Description:


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

end of thread, other threads:[~2019-10-14 20:34 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-10 12:30 [PR PATCH] New package: rsClock-0.1.4 voidlinux-github
2019-10-12 15:07 ` voidlinux-github
2019-10-12 18:19 ` [PR PATCH] [Updated] " voidlinux-github
2019-10-12 18:19 ` voidlinux-github
2019-10-12 18:20 ` voidlinux-github
2019-10-12 18:20 ` voidlinux-github
2019-10-14 20:34 ` voidlinux-github
2019-10-14 20:34 ` [PR PATCH] [Merged]: " voidlinux-github

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