From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:41888) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hHwpE-0007dB-DS for guix-patches@gnu.org; Sat, 20 Apr 2019 16:43:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hHwpC-0003lq-S0 for guix-patches@gnu.org; Sat, 20 Apr 2019 16:43:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:33300) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hHwpC-0003lf-GA for guix-patches@gnu.org; Sat, 20 Apr 2019 16:43:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hHwpC-0006GN-Dn for guix-patches@gnu.org; Sat, 20 Apr 2019 16:43:02 -0400 Subject: bug#35172: [PATCH] gnu: Add git-lfs. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Kei Kebreau References: <20190406143533.7979-1-kkebreau@posteo.net> <87o95jtc8p.fsf@posteo.net> <877ebrqpyq.fsf@gnu.org> Date: Sat, 20 Apr 2019 16:42:00 -0400 In-Reply-To: <877ebrqpyq.fsf@gnu.org> ("Ludovic \=\?utf-8\?Q\?Court\=C3\=A8s\=22'\?\= \=\?utf-8\?Q\?s\?\= message of "Thu, 18 Apr 2019 17:43:09 +0200") Message-ID: <87ef5wjtnr.fsf@posteo.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 35172-done@debbugs.gnu.org --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Ludovic Court=C3=A8s writes: > Hello, > > Kei Kebreau skribis: > >> Kei Kebreau 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=E2=80=99m no nothing about Go, but it LGTM! If something is broken, do= n=E2=80=99t > worry, people will tell you. ;-) > :-) > Thank you, > Ludo=E2=80=99. Pushed to master, thank you for reviewing! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAly7hBgACgkQ5qXuPBlG eg0IIw//fUl3+JicgXWloCm6pm4gNfrWFgBVtBFlIT7HKCIJYF//NnGTvWrq/3QN I92XjZx8oRVtHRt8DKWRqZ1y/cDQf2a4HEvdtKdRioPFJFLYH8hRhyfONQUNNazM R4trVjfDitsPmi2eRt3kbLcqg/MQ5evpHRDjJYCq5CuJba5Lrhv1IFPOr8VF/rZo CahoD+oxJ/uC4HgBgj2l8c1qEvoWXNQTj1vaGrvqPMCGo5xNgg+NZwh75FtjFHzB pSzYRpLrSTKzkWbaWObMp1XY+H/THapjsT9BT6b/H4ylxap+hR8RySuc6UCBEVpK dwuVVJLRZBYn3vt+ATKIdByGVm9922SHEmTFqs0Kc/MaHmyfakm8Mw9r0bSJAQHo IL86u9Bw6D6XBeJsnjHxgLOXd3iK85Nvny/WYr+OgRd8L/hweHeMAE5az/gizCps AIeRLdLwIb/elxoVdabJgIRkDBXSEPe/F3lIL+zKz/dUxmOreq2L/AoS1A2krbeo 2F0pn1GBkKFFtRaMdsdaAoVZKhBBLnI0yINNXBidhynl/IGylj50cYKSwX8qBgrH cm+oIn0+8XvQKD5o//ykash+HKTqpbQBI+iUqsHPiypm7UiPi/8YZiCNPp3rl9Ec B/y2MKxQRjJ4OT+QvPFuIHyNMzcT0C8bo7p/2RAOjNw7XxVT5oM= =V2BH -----END PGP SIGNATURE----- --=-=-=--