unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: phodina <phodina@protonmail.com>,
	"48899@debbugs.gnu.org" <48899@debbugs.gnu.org>
Subject: [bug#48899] [PATCH v2 1/2] gnu: Add lowdown.
Date: Fri, 05 Nov 2021 21:39:40 +0100	[thread overview]
Message-ID: <4a5013e15be751271907a893c1af8d1de65898f3.camel@gmail.com> (raw)
In-Reply-To: <xU42LNhtt1IRudiGRCXfqGMP3k3sCmMeUZfyap0QxUl4Ke7UEbEoJ6qDJPjKA1UuUj8bA6csxgJa_1g9pmqTcucvSvcjZa0eWMgnjEQJGpc=@protonmail.com>

Hi Petr,

Am Freitag, den 05.11.2021, 05:48 +0000 schrieb phodina:
> Hi Zhu,
> 
> thanks for the patch. However, your patch was missing some imports as
> well as in the meantime a new version was released.
> 
> I also created one more patch to add prefix to all licenses in this
> module.
> 
> Petr
> 
> ----8<--------cut here ------------------>8------------
This blurb should go below the changelog...

> * gnu/packages/markup.scm (lowdown): New variable.
> 
Here after two dashes ("--")

> diff --git a/gnu/packages/markup.scm b/gnu/packages/markup.scm
> index 368976bfde..720bdb178b 100644
> --- a/gnu/packages/markup.scm
> +++ b/gnu/packages/markup.scm
> @@ -7,6 +7,8 @@
>  ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
>  ;;; Copyright © 2020 EuAndreh <eu@euandre.org>
>  ;;; Copyright © 2021 Noisytoot <noisytoot@disroot.org>
> +;;; Copyright © 2021 Zhu Zihao <all_but_last@163.com>
> +;;; Copyright © 2021 Petr Hodina <phodina@protonmail.com>
>  ;;;
>  ;;; This file is part of GNU Guix.
>  ;;;
> @@ -34,12 +36,14 @@ (define-module (gnu packages markup)
>    #:use-module (guix build-system perl)
>    #:use-module (guix build-system python)
>    #:use-module (guix utils)
> +  #:use-module (gnu packages base)
>    #:use-module (gnu packages compression)
>    #:use-module (gnu packages)
>    #:use-module (gnu packages perl)
>    #:use-module (gnu packages pkg-config)
>    #:use-module (gnu packages python)
> -  #:use-module (gnu packages web))
> +  #:use-module (gnu packages web)
> +  #:use-module ((guix licenses) #:prefix license:))
> 
>  (define-public hoedown
>    (package
> @@ -114,6 +118,36 @@ (define-public markdown
>      (license (non-copyleft "file://License.text"
>                             "See License.text in the
> distribution."))))
> 
> +(define-public lowdown
> +  (package
> +    (name "lowdown")
> +    (version "0.10.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri (string-append "
> https://kristaps.bsd.lv/lowdown/snapshots/lowdown-"
> +                           version ".tar.gz"))
> +       (sha256
> +        (base32
> "2f6lpyz5bbvwqadal8xcfjcm46zcycrgk5079isjyipg85zdyvb2"))))
Please provide a proper hash next time you update the version on
someone's behalf.
> +    (build-system gnu-build-system)
> +    (arguments
> +     `(#:tests? #f                      ;No test
There are actually regress tests.
> +       #:phases
> +       (modify-phases %standard-phases
> +         (replace 'configure
> +           (lambda* (#:key outputs #:allow-other-keys)
> +             (let ((out (assoc-ref outputs "out")))
> +               (invoke "./configure"
> +                       (string-append "PREFIX=" out)
> +                       (string-append "MANDIR=" out
> "/share/man"))))))))
> +    (native-inputs
> +     `(("which" ,which)))
> +    (home-page "https://kristaps.bsd.lv/lowdown/")
> +    (synopsis "Simple Markdown translator")
> +    (description "Lowdown is a Markdown translator producing HTML5,
> +roff documents in the ms and man formats, LaTeX, gemini, and
> terminal output.")
> +    (license license:isc)))
> +

Cheers





  reply	other threads:[~2021-11-05 20:40 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-07 12:22 [bug#48899] [PATCH]: gnu: Add lowdown Zhu Zihao
     [not found] ` <handler.48899.B.162306859022954.ack@debbugs.gnu.org>
2021-07-06  3:05   ` [bug#48899] Acknowledgement ([PATCH]: gnu: Add lowdown.) Zhu Zihao
2021-11-05  5:48 ` [bug#48899] [PATCH v2 1/2] gnu: Add lowdown phodina via Guix-patches via
2021-11-05 20:39   ` Liliana Marie Prikler [this message]
2021-11-05  5:49 ` [bug#48899] [PATCH v2 2/2] gnu: Update license phodina via Guix-patches via
2021-11-05 20:42   ` bug#48899: " Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4a5013e15be751271907a893c1af8d1de65898f3.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=48899@debbugs.gnu.org \
    --cc=phodina@protonmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).