[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Packaging (simple) tools in Golang
From: |
Jelle Licht |
Subject: |
Re: Packaging (simple) tools in Golang |
Date: |
Fri, 29 Jan 2021 21:39:05 +0100 |
Leo Famulari <leo@famulari.name> writes:
> On Thu, Jan 28, 2021 at 02:33:08PM +0100, Jelle Licht wrote:
>> Hello Guix!
>>
>> How would one package a tool written in Go(lang) using guix? I am
>> looking at https://github.com/guitmz/n26, but all of my efforts using
>> the go-build-system end up having only some documentation and (if I set
>> `#:install-source?' to #f) the sources in the resultant output. Ideally,
>> I would end up with a <out>/bin/n26 in addition to the documentation I
>> get now.
>
> To clarify, when you tell it not to install the source code, it installs
> the source code anyways?
Yeah, I fumbled that up summarising it here; `#:install-source?' does
exactly what it says on the tin.