unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#68149] [PATCH] gnu: Add lazygit.
@ 2023-12-30 13:25 abr
  2024-01-12 22:40 ` [bug#68149] Sharlatan Hellseher
  0 siblings, 1 reply; 2+ messages in thread
From: abr @ 2023-12-30 13:25 UTC (permalink / raw)
  To: 68149; +Cc: abr

* gnu/packages/version-control.scm (lazygit): New variable

Change-Id: I2d986f7519b27a389b74d9c87c31ce3f2d58b860
---
 gnu/packages/version-control.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 013504875b..050e4220a1 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -3949,3 +3949,26 @@ (define-public commit-patch
 comes as a command line app and also an Emacs interface.")
     (home-page "https://porkrind.org/commit-patch/")
     (license license:gpl2+)))
+
+(define-public lazygit
+  (package
+    (name "lazygit")
+    (version "0.40.2")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/jesseduffield/lazygit")
+             (commit (string-append "v" version))))
+       (sha256
+        (base32 "049gdbhsaqdpj4bn0k4dbzvwaig40p5vhmnqvj09as3f0wl5cgn6"))))
+    (build-system go-build-system)
+    (arguments
+     `(#:import-path "github.com/jesseduffield/lazygit"
+       #:go ,go-1.20))
+    (synopsis "Simple terminal UI for git commands")
+    (description
+     "Lazygit is an interactive terminal user interface (TUI) for git.")
+    (home-page "https://github.com/jesseduffield/lazygit")
+    (license license:expat)))
+

base-commit: f76ca2b0e894c244d5011a32b30dee8fd874e322
-- 
2.39.2





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

* [bug#68149]
  2023-12-30 13:25 [bug#68149] [PATCH] gnu: Add lazygit abr
@ 2024-01-12 22:40 ` Sharlatan Hellseher
  0 siblings, 0 replies; 2+ messages in thread
From: Sharlatan Hellseher @ 2024-01-12 22:40 UTC (permalink / raw)
  To: 68149; +Cc: abr

Hi,

LazyGit has quite a massive list of vendored packages in:

https://github.com/jesseduffield/lazygit/tree/master/vendor

I've tried to pack it a year ago and nearly archived it :-)

wip-golang ref:
https://git.sr.ht/~hellseher/ffab

Mirror
https://github.com/Hellseher/guix-ffab/blob/main/ffab/packages/version-control.scm#L103

How hard would it be to review/prepare all missing packages?

Thanks,
Oleg
-- 
VCS: https://github.incerto.xyz/; https://git.sr.ht/~hellseher/
GPG: 9847 81DE 689C 21C2 6418 0867 76D7 27BF F62C D2B5

… наш разум - превосходная объяснительная машина которая способна
найти смысл почти в чем угодно, истолковать любой феномен, но
совершенно не в состоянии принять мысль о непредсказуемости.

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

end of thread, other threads:[~2024-01-12 22:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-12-30 13:25 [bug#68149] [PATCH] gnu: Add lazygit abr
2024-01-12 22:40 ` [bug#68149] Sharlatan Hellseher

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

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 read-only IMAP folder(s) and NNTP newsgroup(s).