diff options
| author | jgart <jgart@dismail.de> | 2022-11-27 15:12:27 -0600 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2022-11-28 06:26:06 +0100 |
| commit | 6fe253da9bcb728c1927207cb04fa324fbfd99aa (patch) | |
| tree | f50327469a12d5ebb2eaf5d7295658aa158bb9c6 | |
| parent | 0bb20a22310b36776187c8a05f11b35eb2cb41c6 (diff) | |
gnu: Add emacs-spongebob.
* gnu/packages/emacs-xyz.scm (emacs-spongebob): New variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 89956c8901c..f4568daee41 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -889,6 +889,29 @@ of the segments available in that package using icons from | |||
| 889 | information in the mode line.") | 889 | information in the mode line.") |
| 890 | (license license:expat))) | 890 | (license license:expat))) |
| 891 | 891 | ||
| 892 | (define-public emacs-spongebob | ||
| 893 | (let ((commit "ae8ae6ba0dc57b7357ba87ff0609d27c4a0a5f51") | ||
| 894 | (revision "0")) | ||
| 895 | (package | ||
| 896 | (name "emacs-spongebob") | ||
| 897 | (version (git-version "0" revision commit)) | ||
| 898 | (source | ||
| 899 | (origin | ||
| 900 | (method git-fetch) | ||
| 901 | (uri (git-reference | ||
| 902 | (url "https://gitlab.com/dustyweb/spongebob.el") | ||
| 903 | (commit commit))) | ||
| 904 | (file-name (git-file-name name version)) | ||
| 905 | (sha256 | ||
| 906 | (base32 "1agqpp078ij2irn0kb8bgqk0nd47fi20yfd9szn8kbqypfqalvgc")))) | ||
| 907 | (build-system emacs-build-system) | ||
| 908 | (home-page "https://gitlab.com/dustyweb/gauche") | ||
| 909 | (synopsis "Memetically mock a region of text") | ||
| 910 | (description "This package transforms text using @code{studlify-region} | ||
| 911 | and inserts a SpongeBob SquarePants ASCII art figure in the current | ||
| 912 | buffer.") | ||
| 913 | (license license:gpl3+)))) | ||
| 914 | |||
| 892 | (define-public emacs-project | 915 | (define-public emacs-project |
| 893 | (package | 916 | (package |
| 894 | (name "emacs-project") | 917 | (name "emacs-project") |
