gnu: Add emacs-mediawiki-el.

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

Change-Id: I79cf043580c13fef23d38645ed841630606a118b
This commit is contained in:
Danny Milosavljevic 2024-10-07 23:43:09 +02:00
parent 4624302c4a
commit a950a89d2f
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -4832,6 +4832,26 @@ (define-public emacs-howm
searches. Unlike code@{emacs-wiki.el}, it can be combined with any format.")
(license license:gpl1+)))
(define-public emacs-mediawiki-el
(package
(name "emacs-mediawiki-el")
(version "2.3.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/hexmode/mediawiki-el.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"1d05jw2sa19rgzskvavh21bfmbh07yza1drfbgypsvay3nkjfd2z"))))
(build-system emacs-build-system)
(synopsis "emacs mediawiki editor")
(description "This package provides a way to edit mediawiki sites from
within emacs.")
(home-page "https://github.com/hexmode/mediawiki-el")
(license license:agpl3+)))
(define-public emacs-bm
(package
(name "emacs-bm")