From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 0DSLJ1y9EmDtFAAA0tVLHw (envelope-from ) for ; Thu, 28 Jan 2021 13:34:20 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id mGLOIly9EmCEbgAAB5/wlQ (envelope-from ) for ; Thu, 28 Jan 2021 13:34:20 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 0D48894030E for ; Thu, 28 Jan 2021 13:34:20 +0000 (UTC) Received: from localhost ([::1]:45400 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l57RB-0001F9-QM for larch@yhetil.org; Thu, 28 Jan 2021 08:34:17 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:54626) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l57QB-0000c8-Hl for help-guix@gnu.org; Thu, 28 Jan 2021 08:33:15 -0500 Received: from mail1.fsfe.org ([217.69.89.151]:35106) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l57Q9-0001J3-Fa for help-guix@gnu.org; Thu, 28 Jan 2021 08:33:15 -0500 From: Jelle Licht To: help-guix Subject: Packaging (simple) tools in Golang Date: Thu, 28 Jan 2021 14:33:08 +0100 Message-ID: <86zh0tuqy3.fsf@fsfe.org> MIME-Version: 1.0 Content-Type: text/plain Received-SPF: pass client-ip=217.69.89.151; envelope-from=jlicht@fsfe.org; helo=mail1.fsfe.org X-Spam_score_int: -48 X-Spam_score: -4.9 X-Spam_bar: ---- X-Spam_report: (-4.9 / 5.0 requ) BAYES_00=-1.9, PDS_TONAME_EQ_TOLOCAL_SHORT=2, RCVD_IN_DNSWL_HI=-5, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -2.25 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=fail reason="SPF not aligned (relaxed), No valid DKIM" header.from=fsfe.org (policy=none); spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: 0D48894030E X-Spam-Score: -2.25 X-Migadu-Scanner: scn1.migadu.com X-TUID: Ui+k0qkuy/X/ 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 /bin/n26 in addition to the documentation I get now. Thanks for pointers or clarifications! - Jelle