all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#60396] [PATCH] gnu: Add sxmo-surf.
@ 2022-12-29  4:59 jgart via Guix-patches via
  0 siblings, 0 replies; only message in thread
From: jgart via Guix-patches via @ 2022-12-29  4:59 UTC (permalink / raw)
  To: 60396; +Cc: jgart

* gnu/packages/suckless.scm (sxmo-surf): New variable.
---
 gnu/packages/suckless.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

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





^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2022-12-29  5:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-29  4:59 [bug#60396] [PATCH] gnu: Add sxmo-surf jgart via Guix-patches via

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.