me
/
guix
Archived
1
0
Fork 0

gnu: Add sxmo-st.

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

Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
master
jgart 2022-01-16 23:28:11 -05:00 committed by Maxim Cournoyer
parent e8cd9e3d12
commit 6ffb3ef4d6
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 19 additions and 0 deletions

View File

@ -462,6 +462,25 @@ drawing.")
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")