[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#41873] [PATCH] gnu: Add ebusd.
From: |
Mathieu Othacehe |
Subject: |
[bug#41873] [PATCH] gnu: Add ebusd. |
Date: |
Sun, 21 Jun 2020 11:57:11 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) |
Hey Danny,
> + (uri (git-reference
> + (url "https://github.com/john30/ebusd.git")
> + (commit (string-append "v" version))))
Indentation is off here and a bit below.
> + (copy-recursively (string-append (assoc-ref inputs "config")
> + "/ebusd-2.1.x")
Maybe you could use the "latest" file here?
> + (synopsis "Daemon for communicating with eBUS devices")
> + (description "This package provides @command{ebusd}, a daemon for
> +handling communication with eBUS devices connected to a 2-wire bus system
> +(\"energy bus\" used by numerous heating systems).")
I think you can turn this into a full sentence.
Otherwise, it look fine.
Thanks,
Mathieu