Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: git-toolbelt-1.4.0
@ 2020-04-20 15:39 TeddyDD
  2020-04-20 17:28 ` Chocimier
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: TeddyDD @ 2020-04-20 15:39 UTC (permalink / raw)
  To: ml

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

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

end of thread, other threads:[~2020-04-27 20:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-20 15:39 [PR PATCH] New package: git-toolbelt-1.4.0 TeddyDD
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

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