[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#51686] [PATCH 2/2] gnu: Add emacs-ement.
From: |
Nicolas Goaziou |
Subject: |
[bug#51686] [PATCH 2/2] gnu: Add emacs-ement. |
Date: |
Mon, 08 Nov 2021 12:30:42 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) |
Hello,
phodina via Guix-patches via <guix-patches@gnu.org> writes:
> + (package
> + (name "emacs-ement")
> + (version (git-version "0.0" revision commit))
Version keyword from ement.el mentions "0.1-pre" as the version. It
should be a better fit than "0.0".
> + (source
> + (origin
> + (method git-fetch)
> + (uri (git-reference
> + (url "https://github.com/alphapapa/ement.el")
> + (commit commit)))
> + (file-name (git-file-name name version))
> + (sha256
> + (base32
> + "00iwwz4hzg4g59wrb5df6snqz3ppvrsadhfp61w1pa8gvg2z9bvy"))))
> + (build-system emacs-build-system)
> + (inputs `(("emacs-plz" ,emacs-plz)
> + ("emacs-ts" ,emacs-ts)))
> + (home-page "https://github.com/alphapapa/ement.el")
> + (synopsis "Matrix client for Emacs")
> + (description "This package provides simple, fast, featureful and
> +reliable Matrix client for Emacs.")
simple + fast + featureful + reliable sounds like buzzwords to me.
I suggest to use:
Ement.el is a Matrix client for Emacs.
Regards,
--
Nicolas Goaziou
- [bug#51686] [PATCH 1/2] gnu: Add emacs-plz., phodina, 2021/11/08
- [bug#51686] [PATCH 2/2] gnu: Add emacs-ement., phodina, 2021/11/08
- [bug#51686] [PATCH 2/2] gnu: Add emacs-ement.,
Nicolas Goaziou <=
- [bug#51686] [PATCH 1/2] gnu: Add emacs-plz., Nicolas Goaziou, 2021/11/08
- [bug#51686] [PATCH 1/2] gnu: Add emacs-plz., Nicolas Goaziou, 2021/11/08
- [bug#51686] [PATCH v2 2/2] gnu: Add emacs-ement., phodina, 2021/11/10
- [bug#51686] Feedback, phodina, 2021/11/10