Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: Re: [PR PATCH] [Updated] New package: diffr-0.1.2
Date: Wed, 18 Sep 2019 15:00:28 +0200	[thread overview]
Message-ID: <20190918130028.OLT9zlbaSiMbcw4cvaIoLsNxVUBlt08ANzWuJGDsUi0@z> (raw)
In-Reply-To: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-14551@inbox.vuxu.org>

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

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

https://github.com/atweiden/void-packages diffr
https://github.com/void-linux/void-packages/pull/14551

New package: diffr-0.1.2


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

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

From 7506afee2af3efd59bd103f5488a78e416a1fa5d Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <archbaum@gmail.com>
Date: Wed, 18 Sep 2019 09:47:45 -0300
Subject: [PATCH] New package: diffr-0.1.2

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

diff --git a/srcpkgs/diffr/template b/srcpkgs/diffr/template
new file mode 100644
index 00000000000..96d43f10ed0
--- /dev/null
+++ b/srcpkgs/diffr/template
@@ -0,0 +1,18 @@
+# Template file for 'diffr'
+pkgname=diffr
+version=0.1.2
+revision=1
+build_style=cargo
+short_desc="LCS based diff highlighting tool to ease code review from your terminal"
+maintainer="Andy Weidenbaum <archbaum@gmail.com>"
+license="MIT"
+homepage="https://github.com/mookid/diffr"
+changelog="https://github.com/mookid/diffr/raw/master/CHANGELOG.md"
+distfiles="https://github.com/mookid/diffr/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
+checksum=76767fec7bcec1f86ed0c21c05ce4fee3ac41e00f2b88e91249102b02c0f7307
+
+do_install() {
+	vbin "target/${RUST_TARGET}/release/diffr"
+	vlicense LICENSE.txt
+	vdoc README.md
+}

  reply	other threads:[~2019-09-18 13:00 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-09-18 12:51 [PR PATCH] " voidlinux-github
2019-09-18 13:00 ` voidlinux-github [this message]
2019-09-18 13:00 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-18 14:21 ` [PR PATCH] [Merged]: " voidlinux-github

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=20190918130028.OLT9zlbaSiMbcw4cvaIoLsNxVUBlt08ANzWuJGDsUi0@z \
    --to=voidlinux-github@inbox.vuxu.org \
    --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).