From mboxrd@z Thu Jan 1 00:00:00 1970 From: Frederick Muriithi Subject: Re: How to package go-sqlite3, go-fuse, and finally TMSU? Date: Thu, 24 Aug 2017 23:20:36 +0300 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:38548) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dkyce-0005gf-R6 for guix-devel@gnu.org; Thu, 24 Aug 2017 16:21:01 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dkycd-0007f6-VK for guix-devel@gnu.org; Thu, 24 Aug 2017 16:21:00 -0400 Received: from mail-lf0-x22f.google.com ([2a00:1450:4010:c07::22f]:34235) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dkycd-0007eK-NN for guix-devel@gnu.org; Thu, 24 Aug 2017 16:20:59 -0400 Received: by mail-lf0-x22f.google.com with SMTP id d17so2334536lfe.1 for ; Thu, 24 Aug 2017 13:20:58 -0700 (PDT) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org I was looking into how to write package definitions for go packages, and was searching for any work on a Go build system, and ran into this thread. I have done some work trying to write definitions for go packages in the following repositories: - https://github.com/fredmanglis/guix-arvados - https://github.com/fredmanglis/guix-ipfs Maybe I can assist in the building of the go build system in my off-peak hours. My guile skills are very weak at this point, but I am willing to learn as I go. Let me know what you think.