Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: tasksh-1.2.0
@ 2020-10-04  6:31 xaltsc
  2020-10-09 11:53 ` [PR REVIEW] " Duncaen
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: xaltsc @ 2020-10-04  6:31 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xaltsc/void-packages tasksh
https://github.com/void-linux/void-packages/pull/25326

New package: tasksh-1.2.0


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

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

From 84f3f50ef09e14f5118132659e2d650dda297f58 Mon Sep 17 00:00:00 2001
From: xaltsc <41400742+xaltsc@users.noreply.github.com>
Date: Sun, 4 Oct 2020 08:23:43 +0200
Subject: [PATCH] New package: tasksh-1.2.0

---
 srcpkgs/tasksh/template | 16 ++++++++++++++++
 srcpkgs/tasksh/update   |  1 +
 2 files changed, 17 insertions(+)
 create mode 100644 srcpkgs/tasksh/template
 create mode 100644 srcpkgs/tasksh/update

diff --git a/srcpkgs/tasksh/template b/srcpkgs/tasksh/template
new file mode 100644
index 00000000000..d6d10607d13
--- /dev/null
+++ b/srcpkgs/tasksh/template
@@ -0,0 +1,16 @@
+# Template file for 'tasksh'
+pkgname=tasksh
+version=1.2.0
+revision=1
+build_style=cmake
+makedepends="libreadline8"
+short_desc="Task Warrior shell"
+maintainer="xaltsc <xaltsc@protonmail.ch>"
+license="MIT"
+homepage="https://taskwarrior.org"
+distfiles="https://taskwarrior.org/download/${pkgname}-${version}.tar.gz"
+checksum=6e42f949bfd7fbdde4870af0e7b923114cc96c4344f82d9d924e984629e21ffd
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/tasksh/update b/srcpkgs/tasksh/update
new file mode 100644
index 00000000000..125db71da82
--- /dev/null
+++ b/srcpkgs/tasksh/update
@@ -0,0 +1 @@
+ignore="*beta*"

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

* Re: [PR REVIEW] New package: tasksh-1.2.0
  2020-10-04  6:31 [PR PATCH] New package: tasksh-1.2.0 xaltsc
@ 2020-10-09 11:53 ` Duncaen
  2020-10-11 10:10 ` [PR PATCH] [Updated] " xaltsc
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2020-10-09 11:53 UTC (permalink / raw)
  To: ml

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

New review comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/pull/25326#discussion_r502375079

Comment:
This looks wrong, you need -devel packages to be able to link libraries.

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

* Re: [PR PATCH] [Updated] New package: tasksh-1.2.0
  2020-10-04  6:31 [PR PATCH] New package: tasksh-1.2.0 xaltsc
  2020-10-09 11:53 ` [PR REVIEW] " Duncaen
@ 2020-10-11 10:10 ` xaltsc
  2020-10-11 10:14 ` [PR REVIEW] " xaltsc
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: xaltsc @ 2020-10-11 10:10 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xaltsc/void-packages tasksh
https://github.com/void-linux/void-packages/pull/25326

New package: tasksh-1.2.0


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

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

From 555208fe7484166540c8ae0f605b58ed41c850c1 Mon Sep 17 00:00:00 2001
From: xaltsc <41400742+xaltsc@users.noreply.github.com>
Date: Sun, 4 Oct 2020 08:23:43 +0200
Subject: [PATCH] New package: tasksh-1.2.0

---
 srcpkgs/tasksh/template | 16 ++++++++++++++++
 srcpkgs/tasksh/update   |  1 +
 2 files changed, 17 insertions(+)
 create mode 100644 srcpkgs/tasksh/template
 create mode 100644 srcpkgs/tasksh/update

diff --git a/srcpkgs/tasksh/template b/srcpkgs/tasksh/template
new file mode 100644
index 00000000000..535a24f27ff
--- /dev/null
+++ b/srcpkgs/tasksh/template
@@ -0,0 +1,16 @@
+# Template file for 'tasksh'
+pkgname=tasksh
+version=1.2.0
+revision=1
+build_style=cmake
+makedepends="readline-devel"
+short_desc="Task Warrior shell"
+maintainer="xaltsc <xaltsc@protonmail.ch>"
+license="MIT"
+homepage="https://taskwarrior.org"
+distfiles="https://taskwarrior.org/download/${pkgname}-${version}.tar.gz"
+checksum=6e42f949bfd7fbdde4870af0e7b923114cc96c4344f82d9d924e984629e21ffd
+
+post_install() {
+	vlicense LICENSE
+}
diff --git a/srcpkgs/tasksh/update b/srcpkgs/tasksh/update
new file mode 100644
index 00000000000..125db71da82
--- /dev/null
+++ b/srcpkgs/tasksh/update
@@ -0,0 +1 @@
+ignore="*beta*"

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

* Re: [PR REVIEW] New package: tasksh-1.2.0
  2020-10-04  6:31 [PR PATCH] New package: tasksh-1.2.0 xaltsc
  2020-10-09 11:53 ` [PR REVIEW] " Duncaen
  2020-10-11 10:10 ` [PR PATCH] [Updated] " xaltsc
@ 2020-10-11 10:14 ` xaltsc
  2020-10-23  1:46 ` xaltsc
  2020-10-25 16:26 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: xaltsc @ 2020-10-11 10:14 UTC (permalink / raw)
  To: ml

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

New review comment by xaltsc on void-packages repository

https://github.com/void-linux/void-packages/pull/25326#discussion_r502894941

Comment:
Yeah, it was definitely wrong. I changed it to `readline-devel`, however I can't figure out it the executable was built with readline. The documentation for building is scarce. But steps in the building process and generated dependencies seem to indicate that it is the case.

Nonetheless, the AUR package doesn't include readline as a dependecy.

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

* Re: New package: tasksh-1.2.0
  2020-10-04  6:31 [PR PATCH] New package: tasksh-1.2.0 xaltsc
                   ` (2 preceding siblings ...)
  2020-10-11 10:14 ` [PR REVIEW] " xaltsc
@ 2020-10-23  1:46 ` xaltsc
  2020-10-25 16:26 ` [PR PATCH] [Merged]: " Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: xaltsc @ 2020-10-23  1:46 UTC (permalink / raw)
  To: ml

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

New comment by xaltsc on void-packages repository

https://github.com/void-linux/void-packages/pull/25326#issuecomment-714855529

Comment:
This should be ready to merge.

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

* Re: [PR PATCH] [Merged]: New package: tasksh-1.2.0
  2020-10-04  6:31 [PR PATCH] New package: tasksh-1.2.0 xaltsc
                   ` (3 preceding siblings ...)
  2020-10-23  1:46 ` xaltsc
@ 2020-10-25 16:26 ` Duncaen
  4 siblings, 0 replies; 6+ messages in thread
From: Duncaen @ 2020-10-25 16:26 UTC (permalink / raw)
  To: ml

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

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

New package: tasksh-1.2.0
https://github.com/void-linux/void-packages/pull/25326

Description:


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

end of thread, other threads:[~2020-10-25 16:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-04  6:31 [PR PATCH] New package: tasksh-1.2.0 xaltsc
2020-10-09 11:53 ` [PR REVIEW] " Duncaen
2020-10-11 10:10 ` [PR PATCH] [Updated] " xaltsc
2020-10-11 10:14 ` [PR REVIEW] " xaltsc
2020-10-23  1:46 ` xaltsc
2020-10-25 16:26 ` [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).