guix-patches
[Top][All Lists]
Advanced

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

[bug#27466] [PATCH] gnu: Add jmtpfs.


From: Arun Isaac
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!





reply via email to

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