all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#53312] [PATCH] gnu: Add sxmo-st.
@ 2022-01-17  4:28 jgart via Guix-patches via
  2022-07-07 18:44 ` Maxim Cournoyer
  0 siblings, 1 reply; 5+ messages in thread
From: jgart via Guix-patches via @ 2022-01-17  4:28 UTC (permalink / raw)
  To: 53312; +Cc: jgart

* gnu/packages/suckless.scm (sxmo-st): New variable.
---

Hi Guixers,

This is the st for sxmo:

https://sxmo.org/

Sxmo is a minimalist environment for Linux mobile devices, such as the pinephone.

I'm upstreaming this from guixrus channel:

https://git.sr.ht/~whereiseveryone/guixrus/tree/master/item/guixrus/packages/suckless.scm#L219

all best,

jgart

https://whereiseveryone.srht.site/
gemini://whereiseveryone.srht.site/

 gnu/packages/suckless.scm | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

diff --git a/gnu/packages/suckless.scm b/gnu/packages/suckless.scm
index cfeb17e533..09e17c5831 100644
--- a/gnu/packages/suckless.scm
+++ b/gnu/packages/suckless.scm
@@ -459,6 +459,25 @@ (define-public lukesmithxyz-st
 Vim bindings and Xresource compatibility.")
       (license license:expat))))
 
+(define-public sxmo-st
+  (package
+    (inherit st)
+    (name "sxmo-st")
+    (version "0.8.4.1")
+    (source
+     (origin
+       (method git-fetch)
+       (uri
+        (git-reference
+         (url "https://git.sr.ht/~mil/sxmo-st")
+         (commit version)))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1nl40q1pxf46hpbibz9m9d0giiy1p3lrhr9agw0fkyba2vzbbafa"))))
+    (home-page "https://git.sr.ht/~mil/sxmo-st")
+    (synopsis "St terminal emulator for the Simple X Mobile PinePhone environment")
+    (license license:expat)))
+
 (define-public surf
   (package
     (name "surf")
-- 
2.34.1





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

end of thread, other threads:[~2022-07-11 16:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-17  4:28 [bug#53312] [PATCH] gnu: Add sxmo-st jgart via Guix-patches via
2022-07-07 18:44 ` Maxim Cournoyer
2022-07-08  0:05   ` jgart via Guix-patches via
2022-07-08  0:06     ` jgart via Guix-patches via
2022-07-11 16:00       ` bug#53312: " Maxim Cournoyer

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.