Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: watchexec-1.14.1
@ 2020-11-12  2:50 cptpcrd
  2020-11-12  4:02 ` [PR REVIEW] " ericonr
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: cptpcrd @ 2020-11-12  2:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cptpcrd/void-packages watchexec
https://github.com/void-linux/void-packages/pull/26311

New package: watchexec-1.14.1
Disclaimer: This is my 2nd new package, and my first Rust package. I based this off of [`bat`'s template](https://github.com/void-linux/void-packages/blob/master/srcpkgs/bat/template); I'm not sure if the `export`s in `pre_build` are strictly necessary.

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

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

From cfe1a4c0bfe35dde004fd9e4a84285346f2bc506 Mon Sep 17 00:00:00 2001
From: cptpcrd <31829097+cptpcrd@users.noreply.github.com>
Date: Wed, 11 Nov 2020 21:44:13 -0500
Subject: [PATCH] New package: watchexec-1.14.1

(Based off of bat's template)
---
 srcpkgs/watchexec/template | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)
 create mode 100644 srcpkgs/watchexec/template

diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template
new file mode 100644
index 00000000000..c960574882d
--- /dev/null
+++ b/srcpkgs/watchexec/template
@@ -0,0 +1,22 @@
+# Template file for 'watchexec'
+pkgname=watchexec
+version=1.14.1
+revision=1
+build_style=cargo
+short_desc="Executes commands in response to file modifications"
+maintainer="cptpcrd <cptpcrd.git@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/watchexec/watchexec"
+distfiles="https://github.com/watchexec/watchexec/archive/${version}.tar.gz"
+checksum=23ca90f1f070b0d30e821667c8b9deaf174d020373ea032e9e22f1a78adcfa1c
+
+pre_build() {
+	export CFLAGS_${RUST_BUILD//-/_}="${CFLAGS_host}"
+	export CC_${RUST_BUILD//-/_}="${BUILD_CC}"
+}
+
+post_install() {
+	vdoc README.md
+	vman doc/watchexec.1
+	vcompletion completions/zsh zsh
+}

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

* Re: [PR REVIEW] New package: watchexec-1.14.1
  2020-11-12  2:50 [PR PATCH] New package: watchexec-1.14.1 cptpcrd
@ 2020-11-12  4:02 ` ericonr
  2020-11-12  4:50 ` [PR PATCH] [Updated] " cptpcrd
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-11-12  4:02 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26311#discussion_r521822527

Comment:
I believe these are required only if cross builds fail without them.

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

* Re: [PR PATCH] [Updated] New package: watchexec-1.14.1
  2020-11-12  2:50 [PR PATCH] New package: watchexec-1.14.1 cptpcrd
  2020-11-12  4:02 ` [PR REVIEW] " ericonr
@ 2020-11-12  4:50 ` cptpcrd
  2020-11-12 19:13 ` cptpcrd
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cptpcrd @ 2020-11-12  4:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cptpcrd/void-packages watchexec
https://github.com/void-linux/void-packages/pull/26311

New package: watchexec-1.14.1
Disclaimer: This is my 2nd new package, and my first Rust package. I based this off of [`bat`'s template](https://github.com/void-linux/void-packages/blob/master/srcpkgs/bat/template); I'm not sure if the `export`s in `pre_build` are strictly necessary.

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

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

From 39a216590f4382609212f9140f0b3c6f3b308724 Mon Sep 17 00:00:00 2001
From: cptpcrd <31829097+cptpcrd@users.noreply.github.com>
Date: Wed, 11 Nov 2020 21:44:13 -0500
Subject: [PATCH] New package: watchexec-1.14.1

(Based off of bat's template)
---
 srcpkgs/watchexec/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/watchexec/template

diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template
new file mode 100644
index 00000000000..8b62e5ee01d
--- /dev/null
+++ b/srcpkgs/watchexec/template
@@ -0,0 +1,17 @@
+# Template file for 'watchexec'
+pkgname=watchexec
+version=1.14.1
+revision=1
+build_style=cargo
+short_desc="Executes commands in response to file modifications"
+maintainer="cptpcrd <cptpcrd.git@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/watchexec/watchexec"
+distfiles="https://github.com/watchexec/watchexec/archive/${version}.tar.gz"
+checksum=23ca90f1f070b0d30e821667c8b9deaf174d020373ea032e9e22f1a78adcfa1c
+
+post_install() {
+	vdoc README.md
+	vman doc/watchexec.1
+	vcompletion completions/zsh zsh
+}

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

* Re: New package: watchexec-1.14.1
  2020-11-12  2:50 [PR PATCH] New package: watchexec-1.14.1 cptpcrd
  2020-11-12  4:02 ` [PR REVIEW] " ericonr
  2020-11-12  4:50 ` [PR PATCH] [Updated] " cptpcrd
@ 2020-11-12 19:13 ` cptpcrd
  2020-11-16 13:50 ` [PR PATCH] [Updated] " cptpcrd
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cptpcrd @ 2020-11-12 19:13 UTC (permalink / raw)
  To: ml

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

New comment by cptpcrd on void-packages repository

https://github.com/void-linux/void-packages/pull/26311#issuecomment-726282535

Comment:
@ericonr I removed the `export`s in `pre_build` and tried a cross-build, and it built fine. Is there anything else I need to do before this can be merged?

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

* Re: [PR PATCH] [Updated] New package: watchexec-1.14.1
  2020-11-12  2:50 [PR PATCH] New package: watchexec-1.14.1 cptpcrd
                   ` (2 preceding siblings ...)
  2020-11-12 19:13 ` cptpcrd
@ 2020-11-16 13:50 ` cptpcrd
  2020-11-17  0:27 ` ericonr
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: cptpcrd @ 2020-11-16 13:50 UTC (permalink / raw)
  To: ml

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

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

https://github.com/cptpcrd/void-packages watchexec
https://github.com/void-linux/void-packages/pull/26311

New package: watchexec-1.14.1
Disclaimer: This is my 2nd new package, and my first Rust package. I based this off of [`bat`'s template](https://github.com/void-linux/void-packages/blob/master/srcpkgs/bat/template); I'm not sure if the `export`s in `pre_build` are strictly necessary.

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

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

From 263461511f5fa942c7695cf505965d3ca07b0f30 Mon Sep 17 00:00:00 2001
From: cptpcrd <31829097+cptpcrd@users.noreply.github.com>
Date: Wed, 11 Nov 2020 21:44:13 -0500
Subject: [PATCH] New package: watchexec-1.14.1

(Based off of bat's template)
---
 srcpkgs/watchexec/template | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/watchexec/template

diff --git a/srcpkgs/watchexec/template b/srcpkgs/watchexec/template
new file mode 100644
index 00000000000..8b62e5ee01d
--- /dev/null
+++ b/srcpkgs/watchexec/template
@@ -0,0 +1,17 @@
+# Template file for 'watchexec'
+pkgname=watchexec
+version=1.14.1
+revision=1
+build_style=cargo
+short_desc="Executes commands in response to file modifications"
+maintainer="cptpcrd <cptpcrd.git@gmail.com>"
+license="Apache-2.0"
+homepage="https://github.com/watchexec/watchexec"
+distfiles="https://github.com/watchexec/watchexec/archive/${version}.tar.gz"
+checksum=23ca90f1f070b0d30e821667c8b9deaf174d020373ea032e9e22f1a78adcfa1c
+
+post_install() {
+	vdoc README.md
+	vman doc/watchexec.1
+	vcompletion completions/zsh zsh
+}

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

* Re: New package: watchexec-1.14.1
  2020-11-12  2:50 [PR PATCH] New package: watchexec-1.14.1 cptpcrd
                   ` (3 preceding siblings ...)
  2020-11-16 13:50 ` [PR PATCH] [Updated] " cptpcrd
@ 2020-11-17  0:27 ` ericonr
  2020-11-17  0:50 ` ericonr
  2020-11-21 21:39 ` [PR PATCH] [Merged]: " the-maldridge
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-11-17  0:27 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26311#issuecomment-728502556

Comment:
> Is there anything else I need to do before this can be merged?

I don't think so; I am a new maintainer, however, so I'm not super comfortable with merging new packages.

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

* Re: New package: watchexec-1.14.1
  2020-11-12  2:50 [PR PATCH] New package: watchexec-1.14.1 cptpcrd
                   ` (4 preceding siblings ...)
  2020-11-17  0:27 ` ericonr
@ 2020-11-17  0:50 ` ericonr
  2020-11-21 21:39 ` [PR PATCH] [Merged]: " the-maldridge
  6 siblings, 0 replies; 8+ messages in thread
From: ericonr @ 2020-11-17  0:50 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/26311#issuecomment-728502556

Comment:
> Is there anything else I need to do before this can be merged?

I don't think so; I am a new maintainer, however, so I'm not super comfortable with merging new packages. (Especially those I don't directly touch).

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

* Re: [PR PATCH] [Merged]: New package: watchexec-1.14.1
  2020-11-12  2:50 [PR PATCH] New package: watchexec-1.14.1 cptpcrd
                   ` (5 preceding siblings ...)
  2020-11-17  0:50 ` ericonr
@ 2020-11-21 21:39 ` the-maldridge
  6 siblings, 0 replies; 8+ messages in thread
From: the-maldridge @ 2020-11-21 21:39 UTC (permalink / raw)
  To: ml

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

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

New package: watchexec-1.14.1
https://github.com/void-linux/void-packages/pull/26311

Description:
Disclaimer: This is my 2nd new package, and my first Rust package. I based this off of [`bat`'s template](https://github.com/void-linux/void-packages/blob/master/srcpkgs/bat/template); I'm not sure if the `export`s in `pre_build` are strictly necessary.

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

end of thread, other threads:[~2020-11-21 21:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-12  2:50 [PR PATCH] New package: watchexec-1.14.1 cptpcrd
2020-11-12  4:02 ` [PR REVIEW] " ericonr
2020-11-12  4:50 ` [PR PATCH] [Updated] " cptpcrd
2020-11-12 19:13 ` cptpcrd
2020-11-16 13:50 ` [PR PATCH] [Updated] " cptpcrd
2020-11-17  0:27 ` ericonr
2020-11-17  0:50 ` ericonr
2020-11-21 21:39 ` [PR PATCH] [Merged]: " the-maldridge

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