Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: mazter-0.4.1
@ 2022-11-08 19:58 icp1994
  2023-02-07  2:27 ` github-actions
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: icp1994 @ 2022-11-08 19:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages mazter
https://github.com/void-linux/void-packages/pull/40392

New package: mazter-0.4.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 14ef324abbe66f4d223fccdfda643664e97c713b Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 7 Nov 2022 15:04:44 +0530
Subject: [PATCH] New package: mazter-0.4.1

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

diff --git a/srcpkgs/mazter/template b/srcpkgs/mazter/template
new file mode 100644
index 000000000000..5925e0a4db59
--- /dev/null
+++ b/srcpkgs/mazter/template
@@ -0,0 +1,15 @@
+# Template file for 'mazter'
+pkgname=mazter
+version=0.4.1
+revision=1
+build_style=cargo
+short_desc="Mazes in your terminal"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://dystroy.org/mazter/"
+distfiles="https://static.crates.io/crates/mazter/mazter-${version}.crate"
+checksum=75a4cb6b9b2df3da849f08e587ea0bd74c7a5aaf8a99d078a3b9adec1342102b
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: mazter-0.4.1
  2022-11-08 19:58 [PR PATCH] New package: mazter-0.4.1 icp1994
@ 2023-02-07  2:27 ` github-actions
  2023-02-10 19:46 ` [PR PATCH] [Updated] " icp1994
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-02-07  2:27 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40392#issuecomment-1420106022

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: mazter-0.4.1
  2022-11-08 19:58 [PR PATCH] New package: mazter-0.4.1 icp1994
  2023-02-07  2:27 ` github-actions
@ 2023-02-10 19:46 ` icp1994
  2023-05-13  1:51 ` github-actions
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-02-10 19:46 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages mazter
https://github.com/void-linux/void-packages/pull/40392

New package: mazter-0.4.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 99d6054113a5064aa772097c7e4d672cd3e9153a Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 7 Nov 2022 15:04:44 +0530
Subject: [PATCH] New package: mazter-0.4.1

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

diff --git a/srcpkgs/mazter/template b/srcpkgs/mazter/template
new file mode 100644
index 000000000000..5925e0a4db59
--- /dev/null
+++ b/srcpkgs/mazter/template
@@ -0,0 +1,15 @@
+# Template file for 'mazter'
+pkgname=mazter
+version=0.4.1
+revision=1
+build_style=cargo
+short_desc="Mazes in your terminal"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://dystroy.org/mazter/"
+distfiles="https://static.crates.io/crates/mazter/mazter-${version}.crate"
+checksum=75a4cb6b9b2df3da849f08e587ea0bd74c7a5aaf8a99d078a3b9adec1342102b
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: mazter-0.4.1
  2022-11-08 19:58 [PR PATCH] New package: mazter-0.4.1 icp1994
  2023-02-07  2:27 ` github-actions
  2023-02-10 19:46 ` [PR PATCH] [Updated] " icp1994
@ 2023-05-13  1:51 ` github-actions
  2023-05-13  8:19 ` [PR PATCH] [Updated] " icp1994
  2023-06-24 13:21 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: github-actions @ 2023-05-13  1:51 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/40392#issuecomment-1546491104

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Updated] New package: mazter-0.4.1
  2022-11-08 19:58 [PR PATCH] New package: mazter-0.4.1 icp1994
                   ` (2 preceding siblings ...)
  2023-05-13  1:51 ` github-actions
@ 2023-05-13  8:19 ` icp1994
  2023-06-24 13:21 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: icp1994 @ 2023-05-13  8:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/icp1994/void-packages mazter
https://github.com/void-linux/void-packages/pull/40392

New package: mazter-0.4.1
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

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

From 39c06fda671e8712ebd7a560119b33f1f08cfca0 Mon Sep 17 00:00:00 2001
From: icp <pangolin@vivaldi.net>
Date: Mon, 7 Nov 2022 15:04:44 +0530
Subject: [PATCH] New package: mazter-0.4.1

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

diff --git a/srcpkgs/mazter/template b/srcpkgs/mazter/template
new file mode 100644
index 000000000000..5925e0a4db59
--- /dev/null
+++ b/srcpkgs/mazter/template
@@ -0,0 +1,15 @@
+# Template file for 'mazter'
+pkgname=mazter
+version=0.4.1
+revision=1
+build_style=cargo
+short_desc="Mazes in your terminal"
+maintainer="icp <pangolin@vivaldi.net>"
+license="MIT"
+homepage="https://dystroy.org/mazter/"
+distfiles="https://static.crates.io/crates/mazter/mazter-${version}.crate"
+checksum=75a4cb6b9b2df3da849f08e587ea0bd74c7a5aaf8a99d078a3b9adec1342102b
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: [PR PATCH] [Merged]: New package: mazter-0.4.1
  2022-11-08 19:58 [PR PATCH] New package: mazter-0.4.1 icp1994
                   ` (3 preceding siblings ...)
  2023-05-13  8:19 ` [PR PATCH] [Updated] " icp1994
@ 2023-06-24 13:21 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2023-06-24 13:21 UTC (permalink / raw)
  To: ml

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

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

New package: mazter-0.4.1
https://github.com/void-linux/void-packages/pull/40392

Description:
#### 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**

#### Local build testing
- I built this PR locally for my native architecture, x86_64

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

end of thread, other threads:[~2023-06-24 13:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-08 19:58 [PR PATCH] New package: mazter-0.4.1 icp1994
2023-02-07  2:27 ` github-actions
2023-02-10 19:46 ` [PR PATCH] [Updated] " icp1994
2023-05-13  1:51 ` github-actions
2023-05-13  8:19 ` [PR PATCH] [Updated] " icp1994
2023-06-24 13:21 ` [PR PATCH] [Merged]: " Duncaen

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