guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56897: [PATCH] gnu: Add emacs-super-save.


From: Nicolas Goaziou
Subject: bug#56897: [PATCH] gnu: Add emacs-super-save.
Date: Thu, 25 Aug 2022 12:32:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)

Hello,

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-super-save): New variable.

Applied with the changes below. Thank you.

> +(define-public emacs-super-save
> +  (package
> +    (name "emacs-super-save")
> +    (version "0.3.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append
> +             "https://stable.melpa.org/packages/super-save-"; version
> +             ".el"))

I used Github as upstream because MELPA does not provide stable
tarballs.

> +       (sha256
> +        (base32
> +         "12znjlpk3b3bkd1cvi922r5nn9r9rxahvmcysrdvdv2ckwdff5ch"))))
> +    (build-system emacs-build-system)
> +    (home-page "https://github.com/bbatsov/super-save";)
> +    (synopsis "Auto-save buffers, based on your activity.")

I removed the full stop at the end of the synopsis.

> +    (description "This package implements auto-saving of buffers when they
> +lose focus.")

I expounded the description a bit.

> +    (license license:gpl3)))

License is actually gpl3+.

Regards,
-- 
Nicolas Goaziou





reply via email to

[Prev in Thread] Current Thread [Next in Thread]