Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: chess-tui-1.0.0
@ 2023-12-06  9:09 lukas-jo
  2023-12-06 11:33 ` [PR REVIEW] " chrysos349
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: lukas-jo @ 2023-12-06  9:09 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lukas-jo/void-packages chess-tui
https://github.com/void-linux/void-packages/pull/47615

New package: chess-tui-1.0.0
#### 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-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl


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

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

From c01fa16c00102f99da42cf155834a9fd2222f83d Mon Sep 17 00:00:00 2001
From: lukas-jo <lukas.jordan@pm.me>
Date: Wed, 6 Dec 2023 10:03:43 +0100
Subject: [PATCH] New package: chess-tui-1.0.0

---
 srcpkgs/chess-tui/template | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)
 create mode 100644 srcpkgs/chess-tui/template

diff --git a/srcpkgs/chess-tui/template b/srcpkgs/chess-tui/template
new file mode 100644
index 0000000000000..b5fbf47955277
--- /dev/null
+++ b/srcpkgs/chess-tui/template
@@ -0,0 +1,23 @@
+# Template file for 'chess-tui'
+pkgname=chess-tui
+version=1.0.0
+revision=1
+build_style=cargo
+hostmakedepends="pkg-config"
+short_desc="Chess TUI implementation in rust"
+maintainer="Lukas Jordan <dev@lukasjordan.com>"
+license="MIT"
+homepage="https://github.com/thomas-mauran/chess-tui"
+changelog="https://github.com/thomas-mauran/chess-tui/releases"
+distfiles="https://github.com/thomas-mauran/chess-tui/archive/refs/tags/${version}.tar.gz"
+checksum=b257e75174efaf89fdf18dead94bac759142bc5e6efe4fc34c529d9f5b3119ec
+
+pre_build() {
+	# Cargo.lock isn't in upstream version control
+	cargo update
+}
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: [PR REVIEW] New package: chess-tui-1.0.0
  2023-12-06  9:09 [PR PATCH] New package: chess-tui-1.0.0 lukas-jo
@ 2023-12-06 11:33 ` chrysos349
  2023-12-06 11:33 ` chrysos349
                   ` (4 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-12-06 11:33 UTC (permalink / raw)
  To: ml

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

New review comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/47615#discussion_r1417143898

Comment:
this isn't necessary. delete this.

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

* Re: [PR REVIEW] New package: chess-tui-1.0.0
  2023-12-06  9:09 [PR PATCH] New package: chess-tui-1.0.0 lukas-jo
  2023-12-06 11:33 ` [PR REVIEW] " chrysos349
@ 2023-12-06 11:33 ` chrysos349
  2023-12-06 11:35 ` chrysos349
                   ` (3 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-12-06 11:33 UTC (permalink / raw)
  To: ml

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

New review comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/47615#discussion_r1417143898

Comment:
this isn't necessary. delete this.

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

* Re: New package: chess-tui-1.0.0
  2023-12-06  9:09 [PR PATCH] New package: chess-tui-1.0.0 lukas-jo
  2023-12-06 11:33 ` [PR REVIEW] " chrysos349
  2023-12-06 11:33 ` chrysos349
@ 2023-12-06 11:35 ` chrysos349
  2023-12-10 10:13 ` [PR PATCH] [Updated] " lukas-jo
                   ` (2 subsequent siblings)
  5 siblings, 0 replies; 7+ messages in thread
From: chrysos349 @ 2023-12-06 11:35 UTC (permalink / raw)
  To: ml

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

New comment by chrysos349 on void-packages repository

https://github.com/void-linux/void-packages/pull/47615#issuecomment-1842695895

Comment:
> `hostmakedepends="pkg-config"`

this isn't necessary.

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

* Re: [PR PATCH] [Updated] New package: chess-tui-1.0.0
  2023-12-06  9:09 [PR PATCH] New package: chess-tui-1.0.0 lukas-jo
                   ` (2 preceding siblings ...)
  2023-12-06 11:35 ` chrysos349
@ 2023-12-10 10:13 ` lukas-jo
  2023-12-10 10:15 ` New package: chess-tui-1.1.0 lukas-jo
  2023-12-22 23:32 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: lukas-jo @ 2023-12-10 10:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/lukas-jo/void-packages chess-tui
https://github.com/void-linux/void-packages/pull/47615

New package: chess-tui-1.0.0
#### 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-musl
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv6l-musl


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

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

From a4832672dc744e5c6318ed6253036c2305d71d3f Mon Sep 17 00:00:00 2001
From: lukas-jo <lukas.jordan@pm.me>
Date: Wed, 6 Dec 2023 10:03:43 +0100
Subject: [PATCH] New package: chess-tui-1.1.0

---
 srcpkgs/chess-tui/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/chess-tui/template

diff --git a/srcpkgs/chess-tui/template b/srcpkgs/chess-tui/template
new file mode 100644
index 0000000000000..0c25d9c386bd8
--- /dev/null
+++ b/srcpkgs/chess-tui/template
@@ -0,0 +1,17 @@
+# Template file for 'chess-tui'
+pkgname=chess-tui
+version=1.1.0
+revision=1
+build_style=cargo
+short_desc="Chess TUI implementation in rust"
+maintainer="Lukas Jordan <dev@lukasjordan.com>"
+license="MIT"
+homepage="https://github.com/thomas-mauran/chess-tui"
+changelog="https://github.com/thomas-mauran/chess-tui/releases"
+distfiles="https://github.com/thomas-mauran/chess-tui/archive/refs/tags/${version}.tar.gz"
+checksum=18f225862434f26536c0b40219a177083668562249e2e71756009bc7f6648e9a
+
+post_install() {
+	vlicense LICENSE
+	vdoc README.md
+}

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

* Re: New package: chess-tui-1.1.0
  2023-12-06  9:09 [PR PATCH] New package: chess-tui-1.0.0 lukas-jo
                   ` (3 preceding siblings ...)
  2023-12-10 10:13 ` [PR PATCH] [Updated] " lukas-jo
@ 2023-12-10 10:15 ` lukas-jo
  2023-12-22 23:32 ` [PR PATCH] [Merged]: " Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: lukas-jo @ 2023-12-10 10:15 UTC (permalink / raw)
  To: ml

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

New comment by lukas-jo on void-packages repository

https://github.com/void-linux/void-packages/pull/47615#issuecomment-1848919648

Comment:
bumped to 1.1.0
no need for `cargo update` anymore

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

* Re: [PR PATCH] [Merged]: New package: chess-tui-1.1.0
  2023-12-06  9:09 [PR PATCH] New package: chess-tui-1.0.0 lukas-jo
                   ` (4 preceding siblings ...)
  2023-12-10 10:15 ` New package: chess-tui-1.1.0 lukas-jo
@ 2023-12-22 23:32 ` Duncaen
  5 siblings, 0 replies; 7+ messages in thread
From: Duncaen @ 2023-12-22 23:32 UTC (permalink / raw)
  To: ml

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

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

New package: chess-tui-1.1.0
https://github.com/void-linux/void-packages/pull/47615

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-musl


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

end of thread, other threads:[~2023-12-22 23:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-06  9:09 [PR PATCH] New package: chess-tui-1.0.0 lukas-jo
2023-12-06 11:33 ` [PR REVIEW] " chrysos349
2023-12-06 11:33 ` chrysos349
2023-12-06 11:35 ` chrysos349
2023-12-10 10:13 ` [PR PATCH] [Updated] " lukas-jo
2023-12-10 10:15 ` New package: chess-tui-1.1.0 lukas-jo
2023-12-22 23:32 ` [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).