diff options
| author | Danny Milosavljevic <dannym@friendly-machines.com> | 2025-07-03 18:29:59 +0200 |
|---|---|---|
| committer | jgart <jgart@dismail.de> | 2025-07-03 12:20:40 -0500 |
| commit | 0a274e416fc9fc0e0837cc1fa1a523d70b2774f2 (patch) | |
| tree | 1297ae27a880d41e11a21c8f7b982e6b6631e672 /gnu | |
| parent | 9c3c27e0d42e4e60b6712df5dbb15c6af5f559b4 (diff) | |
gnu: Add emacs-org-asciidoc.
* gnu/packages/emacs-xyz.scm (emacs-org-asciidoc): New variable.
Change-Id: If5854e0b302405e1d7158283485738478c4710e7
Signed-off-by: jgart <jgart@dismail.de>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/emacs-xyz.scm | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 06db3fe683a..ade4a21d65f 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm | |||
| @@ -31860,6 +31860,32 @@ modes and text viewing modes respectively.") | |||
| 31860 | files. It focuses on highlighting the document to improve readability.") | 31860 | files. It focuses on highlighting the document to improve readability.") |
| 31861 | (license license:gpl2+))) | 31861 | (license license:gpl2+))) |
| 31862 | 31862 | ||
| 31863 | (define-public emacs-org-asciidoc | ||
| 31864 | (let ((commit "a8d49c44cc9aa8a3f384155f0ae052dbf36df00c") | ||
| 31865 | (revision "0")) | ||
| 31866 | (package | ||
| 31867 | (name "emacs-org-asciidoc") | ||
| 31868 | (version (git-version "0.0.0" revision commit)) | ||
| 31869 | (source (origin | ||
| 31870 | (method git-fetch) | ||
| 31871 | (uri (git-reference | ||
| 31872 | (url "https://github.com/yashi/org-asciidoc.git") | ||
| 31873 | (commit commit))) | ||
| 31874 | (file-name (git-file-name name version)) | ||
| 31875 | (sha256 | ||
| 31876 | (base32 | ||
| 31877 | "0i77za68sdvp4zxfa3r63vg8pl2jikz0bhvp7znirc71r6wkw3pf")))) | ||
| 31878 | (build-system emacs-build-system) | ||
| 31879 | (arguments | ||
| 31880 | (list #:test-command #~(list "make" "test"))) | ||
| 31881 | (native-inputs | ||
| 31882 | (list (list emacs-org "test"))) | ||
| 31883 | (synopsis "Org mode exporter backend for AsciiDoc") | ||
| 31884 | (description "This package provides an org-mode exporter backend for | ||
| 31885 | AsciiDoc.") | ||
| 31886 | (home-page "https://github.com/yashi/org-asciidoc") | ||
| 31887 | (license license:gpl3+)))) | ||
| 31888 | |||
| 31863 | (define-public emacs-racer | 31889 | (define-public emacs-racer |
| 31864 | (let ((commit "1e63e98626737ea9b662d4a9b1ffd6842b1c648c") | 31890 | (let ((commit "1e63e98626737ea9b662d4a9b1ffd6842b1c648c") |
| 31865 | (revision "0")) | 31891 | (revision "0")) |
