* [bug#60396] [PATCH] gnu: Add sxmo-surf.
@ 2022-12-29 4:59 jgart via Guix-patches via
2024-06-18 6:35 ` bug#60396: jgart via Guix-patches via
0 siblings, 1 reply; 2+ messages 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] 2+ messages in thread
end of thread, other threads:[~2024-06-18 6:36 UTC | newest]
Thread overview: 2+ messages (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
2024-06-18 6:35 ` bug#60396: jgart via Guix-patches via
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).