GNU bug report logs - #27466
[PATCH] gnu: Add jmtpfs.

Previous Next

Package: guix-patches;

Reported by: Leo Famulari <leo <at> famulari.name>

Date: Fri, 23 Jun 2017 22:50:02 UTC

Severity: normal

Tags: patch

Done: Leo Famulari <leo <at> famulari.name>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Arun Isaac <arunisaac <at> systemreboot.net>
To: Leo Famulari <leo <at> famulari.name>
Cc: 27466 <at> debbugs.gnu.org
Subject: [bug#27466] [PATCH] gnu: Add jmtpfs.
Date: Sun, 25 Jun 2017 22:10:23 +0530
> +(define-public jmtpfs
> +  (package
> +    (name "jmtpfs")
> +    (version "0.5")
> +    (source
> +      (origin
> +        (method git-fetch)
> +        (uri (git-reference
> +               (url "https://github.com/JasonFerrara/jmtpfs.git")
> +               (commit (string-append "v" version))))
> +        (file-name (string-append name "-" version "-checkout"))

There is a release tarball on the github page of this project. Why not
use that?

https://github.com/JasonFerrara/jmtpfs/archive/v0.5.tar.gz

LGTM, otherwise!




This bug report was last modified 8 years and 25 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.