Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: typiskt-2020.07.10.0
@ 2021-08-30 22:49 notthewave
  2021-08-30 22:51 ` notthewave
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: notthewave @ 2021-08-30 22:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages typiskt
https://github.com/void-linux/void-packages/pull/32768

New package: typiskt-2020.07.10.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
It's a bash script, but it provides considerable value to a broad user base.

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages, but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From f25367c3db3f32a3bcc77dc2f56dd56ae36a053a Mon Sep 17 00:00:00 2001
From: notthewave <winklbauer_m@zoho.eu>
Date: Tue, 31 Aug 2021 01:39:31 +0200
Subject: [PATCH] New package: typiskt-2020.07.10.0

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

diff --git a/srcpkgs/typiskt/template b/srcpkgs/typiskt/template
new file mode 100644
index 000000000000..855b7d81cbb6
--- /dev/null
+++ b/srcpkgs/typiskt/template
@@ -0,0 +1,17 @@
+# Template file for 'typiskt'
+pkgname=typiskt
+version=2020.07.10.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="m4"
+depends="bash bc gawk curl ncurses"
+short_desc="Touchtyping training in the terminal"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="BSD-2-Clause"
+homepage="https://github.com/budlabs/typiskt"
+distfiles="https://github.com/budlabs/typiskt/archive/refs/tags/${version}.tar.gz"
+checksum=102912c34392249198c476d8aa168debfe80f0ab25160acd53c415ff8818279d
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: typiskt-2020.07.10.0
  2021-08-30 22:49 [PR PATCH] New package: typiskt-2020.07.10.0 notthewave
@ 2021-08-30 22:51 ` notthewave
  2021-08-30 22:52 ` notthewave
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: notthewave @ 2021-08-30 22:51 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/32768#issuecomment-908758436

Comment:
curl is optional. should I include it anyway?

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

* Re: New package: typiskt-2020.07.10.0
  2021-08-30 22:49 [PR PATCH] New package: typiskt-2020.07.10.0 notthewave
  2021-08-30 22:51 ` notthewave
@ 2021-08-30 22:52 ` notthewave
  2021-08-30 22:52 ` notthewave
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: notthewave @ 2021-08-30 22:52 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/32768#issuecomment-908758436

Comment:
curl is optional. should I include it anyway? As it's a bash script makes sense...

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

* Re: New package: typiskt-2020.07.10.0
  2021-08-30 22:49 [PR PATCH] New package: typiskt-2020.07.10.0 notthewave
  2021-08-30 22:51 ` notthewave
  2021-08-30 22:52 ` notthewave
@ 2021-08-30 22:52 ` notthewave
  2021-08-30 22:54 ` [PR PATCH] [Updated] " notthewave
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: notthewave @ 2021-08-30 22:52 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/32768#issuecomment-908758436

Comment:
curl is optional. should I include it anyway? As it's a bash script it makes no sense...

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

* Re: [PR PATCH] [Updated] New package: typiskt-2020.07.10.0
  2021-08-30 22:49 [PR PATCH] New package: typiskt-2020.07.10.0 notthewave
                   ` (2 preceding siblings ...)
  2021-08-30 22:52 ` notthewave
@ 2021-08-30 22:54 ` notthewave
  2021-08-30 23:02 ` notthewave
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: notthewave @ 2021-08-30 22:54 UTC (permalink / raw)
  To: ml

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

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

https://github.com/notthewave/void-packages typiskt
https://github.com/void-linux/void-packages/pull/32768

New package: typiskt-2020.07.10.0
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
It's a bash script, but it provides considerable value to a broad user base.

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages, but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

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

From 44883ff20f7bd63b2c8532f4de8b6c670d326eb5 Mon Sep 17 00:00:00 2001
From: notthewave <winklbauer_m@zoho.eu>
Date: Tue, 31 Aug 2021 01:39:31 +0200
Subject: [PATCH] New package: typiskt-2020.07.10.0

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

diff --git a/srcpkgs/typiskt/template b/srcpkgs/typiskt/template
new file mode 100644
index 000000000000..aec7a97740db
--- /dev/null
+++ b/srcpkgs/typiskt/template
@@ -0,0 +1,17 @@
+# Template file for 'typiskt'
+pkgname=typiskt
+version=2020.07.10.0
+revision=1
+build_style=gnu-makefile
+hostmakedepends="m4"
+depends="bash bc gawk ncurses"
+short_desc="Touchtyping training in the terminal"
+maintainer="notthewave <winklbauer_m@zoho.eu>"
+license="BSD-2-Clause"
+homepage="https://github.com/budlabs/typiskt"
+distfiles="https://github.com/budlabs/typiskt/archive/refs/tags/${version}.tar.gz"
+checksum=102912c34392249198c476d8aa168debfe80f0ab25160acd53c415ff8818279d
+
+post_install() {
+	vlicense LICENSE
+}

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

* Re: New package: typiskt-2020.07.10.0
  2021-08-30 22:49 [PR PATCH] New package: typiskt-2020.07.10.0 notthewave
                   ` (3 preceding siblings ...)
  2021-08-30 22:54 ` [PR PATCH] [Updated] " notthewave
@ 2021-08-30 23:02 ` notthewave
  2021-08-30 23:04 ` notthewave
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: notthewave @ 2021-08-30 23:02 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/32768#issuecomment-908763626

Comment:
Shall I include bash?

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

* Re: New package: typiskt-2020.07.10.0
  2021-08-30 22:49 [PR PATCH] New package: typiskt-2020.07.10.0 notthewave
                   ` (4 preceding siblings ...)
  2021-08-30 23:02 ` notthewave
@ 2021-08-30 23:04 ` notthewave
  2022-06-04  2:09 ` github-actions
  2022-06-18  2:12 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: notthewave @ 2021-08-30 23:04 UTC (permalink / raw)
  To: ml

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

New comment by notthewave on void-packages repository

https://github.com/void-linux/void-packages/pull/32768#issuecomment-908763626

Comment:
Shall I include bash? It is necessary to run but included in base-system.

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

* Re: New package: typiskt-2020.07.10.0
  2021-08-30 22:49 [PR PATCH] New package: typiskt-2020.07.10.0 notthewave
                   ` (5 preceding siblings ...)
  2021-08-30 23:04 ` notthewave
@ 2022-06-04  2:09 ` github-actions
  2022-06-18  2:12 ` [PR PATCH] [Closed]: " github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-06-04  2:09 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/32768#issuecomment-1146498564

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] 9+ messages in thread

* Re: [PR PATCH] [Closed]: New package: typiskt-2020.07.10.0
  2021-08-30 22:49 [PR PATCH] New package: typiskt-2020.07.10.0 notthewave
                   ` (6 preceding siblings ...)
  2022-06-04  2:09 ` github-actions
@ 2022-06-18  2:12 ` github-actions
  7 siblings, 0 replies; 9+ messages in thread
From: github-actions @ 2022-06-18  2:12 UTC (permalink / raw)
  To: ml

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

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

New package: typiskt-2020.07.10.0
https://github.com/void-linux/void-packages/pull/32768

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [x] This is a new package, and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)
It's a bash script, but it provides considerable value to a broad user base.

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages, but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [x] I built this PR locally for my native architecture, (x86_64-musl)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl


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

end of thread, other threads:[~2022-06-18  2:12 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-30 22:49 [PR PATCH] New package: typiskt-2020.07.10.0 notthewave
2021-08-30 22:51 ` notthewave
2021-08-30 22:52 ` notthewave
2021-08-30 22:52 ` notthewave
2021-08-30 22:54 ` [PR PATCH] [Updated] " notthewave
2021-08-30 23:02 ` notthewave
2021-08-30 23:04 ` notthewave
2022-06-04  2:09 ` github-actions
2022-06-18  2:12 ` [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).