Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: diffr-0.1.2
@ 2019-09-18 12:51 voidlinux-github
  2019-09-18 13:00 ` [PR PATCH] [Updated] " voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-18 12:51 UTC (permalink / raw)
  To: ml

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

There is a new 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: 1111 bytes --]

From 2c79f3e7ad08a9accff5340cd5ee5de27788be0a 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 | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 srcpkgs/diffr/template

diff --git a/srcpkgs/diffr/template b/srcpkgs/diffr/template
new file mode 100644
index 00000000000..f3eaec4415a
--- /dev/null
+++ b/srcpkgs/diffr/template
@@ -0,0 +1,17 @@
+# 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"
+	vdoc README.md
+}

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

* Re: [PR PATCH] [Updated] New package: diffr-0.1.2
  2019-09-18 12:51 [PR PATCH] New package: diffr-0.1.2 voidlinux-github
  2019-09-18 13:00 ` [PR PATCH] [Updated] " voidlinux-github
@ 2019-09-18 13:00 ` voidlinux-github
  2019-09-18 14:21 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-18 13:00 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Updated] New package: diffr-0.1.2
  2019-09-18 12:51 [PR PATCH] New package: diffr-0.1.2 voidlinux-github
@ 2019-09-18 13:00 ` voidlinux-github
  2019-09-18 13:00 ` voidlinux-github
  2019-09-18 14:21 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-18 13:00 UTC (permalink / raw)
  To: ml

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

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

* Re: [PR PATCH] [Merged]: New package: diffr-0.1.2
  2019-09-18 12:51 [PR PATCH] New package: diffr-0.1.2 voidlinux-github
  2019-09-18 13:00 ` [PR PATCH] [Updated] " voidlinux-github
  2019-09-18 13:00 ` voidlinux-github
@ 2019-09-18 14:21 ` voidlinux-github
  2 siblings, 0 replies; 4+ messages in thread
From: voidlinux-github @ 2019-09-18 14:21 UTC (permalink / raw)
  To: ml

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

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

New package: diffr-0.1.2
https://github.com/void-linux/void-packages/pull/14551

Description:


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

end of thread, other threads:[~2019-09-18 14:21 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-18 12:51 [PR PATCH] New package: diffr-0.1.2 voidlinux-github
2019-09-18 13:00 ` [PR PATCH] [Updated] " voidlinux-github
2019-09-18 13:00 ` voidlinux-github
2019-09-18 14:21 ` [PR PATCH] [Merged]: " voidlinux-github

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