Github messages for voidlinux
 help / color / mirror / Atom feed
From: TeddyDD <TeddyDD@users.noreply.github.com>
To: ml@inbox.vuxu.org
Subject: [PR PATCH] New package: git-toolbelt-1.4.0
Date: Mon, 20 Apr 2020 17:39:56 +0200	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21186@inbox.vuxu.org> (raw)

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

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

https://github.com/TeddyDD/void-packages-1 add-git-toolbelt
https://github.com/void-linux/void-packages/pull/21186

New package: git-toolbelt-1.4.0
https://github.com/nvie/git-toolbelt

Useful git commands

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-add-git-toolbelt-21186.patch --]
[-- Type: text/x-diff, Size: 1108 bytes --]

From 68b4ba8418117360a108e8dc311a96309f5c7850 Mon Sep 17 00:00:00 2001
From: Daniel Lewan <vision360.daniel@gmail.com>
Date: Mon, 20 Apr 2020 17:37:41 +0200
Subject: [PATCH] New package: git-toolbelt-1.4.0

---
 srcpkgs/git-toolbelt/template | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 srcpkgs/git-toolbelt/template

diff --git a/srcpkgs/git-toolbelt/template b/srcpkgs/git-toolbelt/template
new file mode 100644
index 00000000000..6e4bb02f0ca
--- /dev/null
+++ b/srcpkgs/git-toolbelt/template
@@ -0,0 +1,20 @@
+# Template file for 'git-toolbelt'
+pkgname=git-toolbelt
+version=1.4.1
+revision=1
+archs=noarch
+depends="git moreutils fzf"
+short_desc="Helper tools to make everyday life with Git much easier"
+maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
+license="BSD-3-Clause"
+homepage="https://github.com/nvie/git-toolbelt"
+distfiles="https://github.com/nvie/git-toolbelt/archive/v${version}.tar.gz"
+checksum=a0a727b86374d9b7f67d146c36314224f2f1f907c30463480d6c5f41afe054e0
+
+do_install() {
+	for f in git-*
+	do
+		vbin "$f"
+	done
+	vlicense LICENSE
+}

             reply	other threads:[~2020-04-20 15:39 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-20 15:39 TeddyDD [this message]
2020-04-20 17:28 ` Chocimier
2020-04-21 19:16 ` [PR PATCH] [Updated] " TeddyDD
2020-04-22 20:21 ` Chocimier
2020-04-23 17:08 ` [PR PATCH] [Updated] " TeddyDD
2020-04-27 20:44 ` [PR PATCH] [Merged]: " Chocimier

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=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-21186@inbox.vuxu.org \
    --to=teddydd@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).