Github messages for voidlinux
 help / color / mirror / Atom feed
From: cptpcrd <cptpcrd@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: watchexec-1.14.1
Date: Mon, 16 Nov 2020 14:50:19 +0100	[thread overview]
Message-ID: <20201116135019.C2Fx39nrGUSG1VoJcKKLMOyB1wjqfcneMibrKgrpLA0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-26311@inbox.vuxu.org>

[-- 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
+}

  parent reply	other threads:[~2020-11-16 13:50 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-12  2:50 [PR PATCH] " 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 ` cptpcrd [this message]
2020-11-17  0:27 ` ericonr
2020-11-17  0:50 ` ericonr
2020-11-21 21:39 ` [PR PATCH] [Merged]: " the-maldridge

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201116135019.C2Fx39nrGUSG1VoJcKKLMOyB1wjqfcneMibrKgrpLA0@z \
    --to=cptpcrd@users.noreply.github.com \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).