guix-patches
[Top][All Lists]
Advanced

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

[bug#60869] [PATCH] gnu: Add emacs-org-board.


From: Nicolas Goaziou
Subject: [bug#60869] [PATCH] gnu: Add emacs-org-board.
Date: Sat, 21 Jan 2023 00:38:26 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)

Hello,

Cayetano Santos via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-org-board): New variable.

Applied with a few changes, noted below. Thank you.

> +(define-public emacs-org-board
> +  (let ((commit "1393bd46d11a81328ed4fb8471831415a3efe224")
> +        (revision "1"))
> +    (package
> +      (name "emacs-org-board")
> +      (version (git-version "20200619" revision commit))

Base version is 1138, not 20200619.

> +      (source (origin
> +                (method git-fetch)
> +                (uri (git-reference
> +                      (url "https://github.com/charlesroelli/org-board";)
> +                      (commit commit)))
> +                (sha256
> +                 (base32
> +                  "1kryrg988c3sbxyp1sdgc6xdv2iz6kiflpzn2rw4z3l4grzab53b"))))
> +      (build-system emacs-build-system)
> +      (propagated-inputs (list emacs-org emacs-ztree wget))

I moved wget to regular inputs and added a phase so the package could
find the wget executable.

> +      (home-page "https://github.com/charlesroelli/org-board";)
> +      (synopsis "Bookmarking and web archival system for Org mode")
> +      (description
> +       "Org-board uses `org-attach and `wget to provide a bookmarking and web
> +archival system directly from an Org file..")

I reworded the description.

> +      (license license:gpl3+))))

License is GPL2+.

Regards,
-- 
Nicolas Goaziou





reply via email to

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