Skip to content
代码片段 群组 项目
未验证 提交 6fe253da 编辑于 作者: jgart's avatar jgart 提交者: Liliana Marie Prikler
浏览文件

gnu: Add emacs-spongebob.


* gnu/packages/emacs-xyz.scm (emacs-spongebob): New variable.

Signed-off-by: default avatarLiliana Marie Prikler <liliana.prikler@gmail.com>
上级 0bb20a22
No related branches found
No related tags found
无相关合并请求
......@@ -889,6 +889,29 @@ (define-public emacs-spaceline-all-the-icons
information in the mode line.")
(license license:expat)))
 
(define-public emacs-spongebob
(let ((commit "ae8ae6ba0dc57b7357ba87ff0609d27c4a0a5f51")
(revision "0"))
(package
(name "emacs-spongebob")
(version (git-version "0" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://gitlab.com/dustyweb/spongebob.el")
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "1agqpp078ij2irn0kb8bgqk0nd47fi20yfd9szn8kbqypfqalvgc"))))
(build-system emacs-build-system)
(home-page "https://gitlab.com/dustyweb/gauche")
(synopsis "Memetically mock a region of text")
(description "This package transforms text using @code{studlify-region}
and inserts a SpongeBob SquarePants ASCII art figure in the current
buffer.")
(license license:gpl3+))))
(define-public emacs-project
(package
(name "emacs-project")
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册