[PATCH] gnu: Add sxmo-surf.

  • Done
  • quality assurance status badge
Details
One participant
  • jgart
Owner
unassigned
Submitted by
jgart
Severity
normal
J
(address . guix-patches@gnu.org)(name . jgart)(address . jgart@dismail.de)
20221229045907.4921-1-jgart@dismail.de
* gnu/packages/suckless.scm (sxmo-surf): New variable.
---
gnu/packages/suckless.scm | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)

Toggle diff (32 lines)
diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index 99901c595f..2ab5d9ea7b 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -484,6 +484,25 @@ (define-public sxmo-st
(synopsis "St terminal emulator for the Simple X Mobile PinePhone environment")
(license license:expat)))
+(define-public sxmo-surf
+ (package
+ (inherit surf)
+ (name "sxmo-surf")
+ (version "2.0.3")
+ (source
+ (origin
+ (method git-fetch)
+ (uri
+ (git-reference
+ (url "https://git.sr.ht/~mil/sxmo-surf")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "19q0cyp703gjcvj5yivwka94v9j24h1kbj6476m505xg3ircczgr"))))
+ (home-page "https://git.sr.ht/~mil/sxmo-surf")
+ (synopsis "The suckless surf browser fork for sxmo")
+ (license license:expat)))
+
(define-public surf
(package
(name "surf")
--
2.38.1
J
(address . 60396-done@debbugs.gnu.org)
c496409f1f4ba4d20a6c012925e1b4f05ddc104e@dismail.de
Feel free to reopen if working on it.
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 60396@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 60396
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch