GNU bug report logs -
#35172
[PATCH] gnu: Add git-lfs.
Previous Next
Reported by: Kei Kebreau <kkebreau <at> posteo.net>
Date: Sat, 6 Apr 2019 14:37:01 UTC
Severity: normal
Tags: patch
Done: Kei Kebreau <kkebreau <at> posteo.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Hello,
Kei Kebreau <kkebreau <at> posteo.net> skribis:
> Kei Kebreau <kkebreau <at> posteo.net> writes:
>
>> +(define-public git-lfs
>> + (package
>> + (name "git-lfs")
>> + (version "2.7.1")
>> + (source (origin
>> + (method git-fetch)
>> + (uri (git-reference
>> + (url "https://github.com/git-lfs/git-lfs")
>> + (commit (string-append "v" version))))
>> + (file-name (git-file-name name version))
>> + (sha256
>> + (base32
>> + "10v38w8qfz0x8750kv31n8gg2dimvq4wz40m374pd1xaypfs9670"))))
>> + (build-system go-build-system)
>> + (arguments
>> + '(#:import-path "github.com/git-lfs/git-lfs"))
>> + (home-page "https://git-lfs.github.com/")
>> + (synopsis "Git extension for versioning large files")
>> + (description
>> + "Git Large File Storage (LFS) replaces large files such as audio samples,
>> +videos, datasets, and graphics with text pointers inside Git, while storing the
>> +file contents on a remote server like GitHub.com or GitHub Enterprise.")
>
> I realize that I can remove the GitHub promotion from the description
> without any loss of understanding.
Agreed.
>> + (license license:expat)))
>
> This is my first Go package, so any corrections or tips are especially
> appreciated!
I’m no nothing about Go, but it LGTM! If something is broken, don’t
worry, people will tell you. ;-)
Thank you,
Ludo’.
This bug report was last modified 6 years and 125 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.