From unknown Sun Jun 22 08:04:41 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50277] [PATCH 3/4] gnu: Add go-github-com-anaseto-gruid. Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Mon, 30 Aug 2021 16:42:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 50277 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50277@debbugs.gnu.org Cc: Brice Waegeneire , Arun Isaac , Guix Together , Julien Lepiller X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.16303416997313 (code B ref -1); Mon, 30 Aug 2021 16:42:03 +0000 Received: (at submit) by debbugs.gnu.org; 30 Aug 2021 16:41:39 +0000 Received: from localhost ([127.0.0.1]:60098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mKkLm-0001ti-9z for submit@debbugs.gnu.org; Mon, 30 Aug 2021 12:41:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:59430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mKkLc-0001t7-8O for submit@debbugs.gnu.org; Mon, 30 Aug 2021 12:41:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50078) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKkLa-0006gJ-3K for guix-patches@gnu.org; Mon, 30 Aug 2021 12:41:23 -0400 Received: from mx1.dismail.de ([78.46.223.134]:42520) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKkLW-00028B-AG for guix-patches@gnu.org; Mon, 30 Aug 2021 12:41:21 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 630624fd; Mon, 30 Aug 2021 18:41:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=20190914; bh=FCrju306FKatETagvTApX zMMxUCkejE9nuHMnoa7A8o=; b=PWCRgDQiAT/cHkGxdqOUo3OfV2dMc+bbgVMpu uRVrMoeifGSWjb/CqwgLYnXWlbLdROVzsZdEeprLv1WENmP3WHnVBInink1wq67i W0DPqtogVP5pgFEGA0kXlcGdy53fROUbzPd6Rfvx+p4zQp4tC2c4yjn8HPILwNrr lSDBXH1Tf9/n1oL9gU0RC+xbNHNxIDfAtqTgdA8Ra1dpNnQEsYPK2RCDucwNrTAD D+l7lFw54cJPmf59iBKoXPXMsGVGQ6+7ouHkGStPNn3/5AuBNnJ9hYqo0kTIIbR+ 0gNCwWhzm6uDxSUEXWU2CtDJHJNUlAS+B/8uiv3YZce6+87ug== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id c56968d1; Mon, 30 Aug 2021 18:41:12 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 5183f7da; Mon, 30 Aug 2021 18:41:12 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 13bc0a1f (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 30 Aug 2021 18:41:11 +0200 (CEST) From: jgart Date: Mon, 30 Aug 2021 12:40:40 -0400 Message-Id: <20210830164041.19770-3-jgart@dismail.de> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210830164041.19770-1-jgart@dismail.de> References: <20210830164041.19770-1-jgart@dismail.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: Guix Together * gnu/packages/games.scm (go-github-com-anaseto-gruid): New variable. Co-authored-by: Arun Isaac Co-authored-by: Brice Waegeneire Co-authored-by: jgart Co-authored-by: Julien Lepiller --- gnu/packages/games.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 262b85edc0..468f59ec5a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9374,6 +9374,36 @@ and bring the war to your enemy.") license:expat license:fdl1.3+ license:public-domain license:zlib)))) +(define-public go-github-com-anaseto-gruid + (package + (name "go-github-com-anaseto-gruid") + (version "0.21.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/anaseto/gruid") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rvsavkvg2hziwdh8sjk3n5v92m5mfjb8v9m7ch22maxfwq5kv6y")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/anaseto/gruid")) + (propagated-inputs + `(("go-golang-org-x-image" ,go-golang-org-x-image))) + (home-page "https://github.com/anaseto/gruid") + (synopsis "Cross-platform grid-based UI and game framework") + (description +"The gruid module provides packages for easily building grid-based + applications in Go. The library abstracts rendering and input for + different platforms. There are drivers available for terminal apps , + native graphical apps and browser apps. The original application for the + library was creating grid-based games, but it's also well-suited for any + grid-based application.") + (license license:isc))) + (define-public go-github-com-anaseto-gruid-tcell (package (name "go-github-com-anaseto-gruid-tcell") -- 2.33.0 From unknown Sun Jun 22 08:04:41 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#50277] This one can be closed since it was merged In-Reply-To: <20210830164041.19770-3-jgart@dismail.de> Resent-From: jgart Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 12 Sep 2021 00:54:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50277 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 50277@debbugs.gnu.org Cc: Maxim Cournoyer Received: via spool by 50277-submit@debbugs.gnu.org id=B50277.16314080319179 (code B ref 50277); Sun, 12 Sep 2021 00:54:01 +0000 Received: (at 50277) by debbugs.gnu.org; 12 Sep 2021 00:53:51 +0000 Received: from localhost ([127.0.0.1]:41646 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPDkk-0002Nz-QB for submit@debbugs.gnu.org; Sat, 11 Sep 2021 20:53:50 -0400 Received: from mx1.dismail.de ([78.46.223.134]:25622) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPDkj-0002Nl-5U for 50277@debbugs.gnu.org; Sat, 11 Sep 2021 20:53:50 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id d6eec9b3; Sun, 12 Sep 2021 02:53:41 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date :message-id:from:to:cc:subject:references:mime-version :content-type:content-transfer-encoding; s=20190914; bh=VJHbiAx4 B1Cv7gM10N99q7BupDzqD3noyhwfRFhC1XQ=; b=KJE/WDEQ2bT2YaSss8HoT8me TOZccxMv/dkgGUp0P7Ye91znOqgPgM5H317Ay9Q3hYIhOQZmHIhl6iOz4mfpyLHi 0lmytwst1tLV07Xgi2lEQgqaY0zll013puJGC0k7BRvGTUFcm10PDrVzKq3TFOPo IY3rmtSTn36StKKT0ymwJJmo4ZoSvamWUqkz6czyyFf0aqezJPFU01F7RT2NNdVw wWxCxOU7eGZM6gDk/eZ1RaPKu4xQkYcE9JAINC/0mwm/exa1wbrYf6Ag3HYK72u/ /0GxLRowmbuBai37L4urNk8D93PAykCVi4VxD6IiQKfeP8RLMhLFs7BajUirBg== Received: from smtp2.dismail.de ( [10.240.26.12]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 5b61cfb7; Sun, 12 Sep 2021 02:53:41 +0200 (CEST) Received: from smtp2.dismail.de (localhost [127.0.0.1]) by smtp2.dismail.de (OpenSMTPD) with ESMTP id 2f095548; Sun, 12 Sep 2021 02:53:41 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id e6276e6e (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Sun, 12 Sep 2021 02:53:40 +0200 (CEST) Date: Sat, 11 Sep 2021 20:53:38 -0400 Message-ID: <20210911205338.GB8633@gac.attlocal.net> From: jgart References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.7 (-) Just a friendly reminder that this issue can be closed since it was merged in f48156dc _________________________________________ / 3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 \ \ 77B6 DD35 / ----------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || || From unknown Sun Jun 22 08:04:41 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: jgart Subject: bug#50277: closed (Re: This one can be closed since it was merged) Message-ID: References: <87fsuapk7p.fsf@gmail.com> <20210830164041.19770-3-jgart@dismail.de> X-Gnu-PR-Message: they-closed 50277 X-Gnu-PR-Package: guix-patches X-Gnu-PR-Keywords: patch Reply-To: 50277@debbugs.gnu.org Date: Sun, 12 Sep 2021 03:06:02 +0000 Content-Type: multipart/mixed; boundary="----------=_1631415962-21539-1" This is a multi-part message in MIME format... ------------=_1631415962-21539-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #50277: [PATCH 3/4] gnu: Add go-github-com-anaseto-gruid. which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 50277@debbugs.gnu.org. --=20 50277: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D50277 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1631415962-21539-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 50277-done) by debbugs.gnu.org; 12 Sep 2021 03:05:26 +0000 Received: from localhost ([127.0.0.1]:41709 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPFo6-0005Xx-HE for submit@debbugs.gnu.org; Sat, 11 Sep 2021 23:05:26 -0400 Received: from mail-qk1-f174.google.com ([209.85.222.174]:40665) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mPFo4-0005Xi-Dy for 50277-done@debbugs.gnu.org; Sat, 11 Sep 2021 23:05:24 -0400 Received: by mail-qk1-f174.google.com with SMTP id t190so6764405qke.7 for <50277-done@debbugs.gnu.org>; Sat, 11 Sep 2021 20:05:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version; bh=PsMlgGCxgmSyqAaV4IY1b81tIsf35+4AU+zRejmOr6Q=; b=Hpgdy5lFrsJZg0oCiS8KdskqA8h+3yl/kTt4RPpBtlMNDSwF1k8TfGdaEUwie0uxLj 8SNekc/snVcW2UeuG8qEpm+n+L8BaVhaNWds6fSOJw7P1dYGzp4cO5R11wC4bDno3bwr sTFLnKwa7DKdcqI26BN6W2Pq/uWNHg/yAcv2QDWLIVYSagO9hByqL54azJyu3yd6ZTIi JpfRwW/QLpHo1L7lCg2bykY8mdCAsbh+AXf9T6cTxurjvNR5Fi4i8ZrF1raHo6VGaoZ3 cIZS2ZGj3swLzyC9nEXpIU0/ml6HlG1eX7hz+6Cz5sXK1XKkBkOxVhdXrTw/RQyyXOfa M7IA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version; bh=PsMlgGCxgmSyqAaV4IY1b81tIsf35+4AU+zRejmOr6Q=; b=Sg6XEdQCpKUjMJS+RXw9pPgZ+zMCvTlm33sMFz5ncPIf/RM5kSfP3mVaKCVEOSPnbI 7bCAqeBwMLB/DGSDRetF7VlLlwzIvY9cz6i8ipeNjM2j02ZLDGUJiGb/RiDB9CCEqjkk gkn6wM9Yht1KKvk9+wXcSmOg9bXNedbODdH4666hnUeLYEJwHBGRKmWZhhLV2A7gfg2k 7wEmk+unCvPwHw5UHnsXjNGLCrjCwVq5A17qVJF3RV+1vChPqQyACdql9JEHXkZmlQyV AH36D97kNwBNv/9LatApUGP1UOyWzLVrHQRmHmMWT1nUmWK7hVd3xXwq13iTzgpCZjjx hnRw== X-Gm-Message-State: AOAM533AGDc2UwkJfmjjFjU/joZvoc2SDSx/BLp6dsQ6p6MQD9nBMvf/ uKQ8bO+lkuD/rkZwGagyyPfJX7QtEao= X-Google-Smtp-Source: ABdhPJwP8AkzSSc0YK3pCHWZOd7JLykWFhOIpYvfjGFNQJfpIEWZzBBjgGthFbOTxuzbya/v5HO5Gw== X-Received: by 2002:a37:a442:: with SMTP id n63mr4302208qke.302.1631415918750; Sat, 11 Sep 2021 20:05:18 -0700 (PDT) Received: from hurd (dsl-10-134-93.b2b2c.ca. [72.10.134.93]) by smtp.gmail.com with ESMTPSA id m25sm1934886qtp.90.2021.09.11.20.05.18 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 11 Sep 2021 20:05:18 -0700 (PDT) From: Maxim Cournoyer To: jgart Subject: Re: This one can be closed since it was merged References: <20210911205338.GB8633@gac.attlocal.net> Date: Sat, 11 Sep 2021 23:05:14 -0400 In-Reply-To: <20210911205338.GB8633@gac.attlocal.net> (jgart@dismail.de's message of "Sat, 11 Sep 2021 20:53:38 -0400") Message-ID: <87fsuapk7p.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 50277-done Cc: 50277-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello! jgart writes: > Just a friendly reminder that this issue can be closed since it was merged in f48156dc > > _________________________________________ > / 3B1D 7F19 E36B B60C 0F5B 2CA9 A52A A2B4 \ > \ 77B6 DD35 / > ----------------------------------------- > \ ^__^ > \ (oo)\_______ > (__)\ )\/\ > ||----w | > || || Thanks for the reminder! I'm closing it by replying with the CC adjusted from 50277@debbugs.gnu.org to 50277-done@debbugs.gnu.org :-). Maxim ------------=_1631415962-21539-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 30 Aug 2021 16:41:39 +0000 Received: from localhost ([127.0.0.1]:60098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mKkLm-0001ti-9z for submit@debbugs.gnu.org; Mon, 30 Aug 2021 12:41:38 -0400 Received: from lists.gnu.org ([209.51.188.17]:59430) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mKkLc-0001t7-8O for submit@debbugs.gnu.org; Mon, 30 Aug 2021 12:41:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:50078) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKkLa-0006gJ-3K for guix-patches@gnu.org; Mon, 30 Aug 2021 12:41:23 -0400 Received: from mx1.dismail.de ([78.46.223.134]:42520) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mKkLW-00028B-AG for guix-patches@gnu.org; Mon, 30 Aug 2021 12:41:21 -0400 Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 630624fd; Mon, 30 Aug 2021 18:41:13 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=from:to:cc :subject:date:message-id:in-reply-to:references:mime-version :content-transfer-encoding; s=20190914; bh=FCrju306FKatETagvTApX zMMxUCkejE9nuHMnoa7A8o=; b=PWCRgDQiAT/cHkGxdqOUo3OfV2dMc+bbgVMpu uRVrMoeifGSWjb/CqwgLYnXWlbLdROVzsZdEeprLv1WENmP3WHnVBInink1wq67i W0DPqtogVP5pgFEGA0kXlcGdy53fROUbzPd6Rfvx+p4zQp4tC2c4yjn8HPILwNrr lSDBXH1Tf9/n1oL9gU0RC+xbNHNxIDfAtqTgdA8Ra1dpNnQEsYPK2RCDucwNrTAD D+l7lFw54cJPmf59iBKoXPXMsGVGQ6+7ouHkGStPNn3/5AuBNnJ9hYqo0kTIIbR+ 0gNCwWhzm6uDxSUEXWU2CtDJHJNUlAS+B/8uiv3YZce6+87ug== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id c56968d1; Mon, 30 Aug 2021 18:41:12 +0200 (CEST) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id 5183f7da; Mon, 30 Aug 2021 18:41:12 +0200 (CEST) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 13bc0a1f (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Mon, 30 Aug 2021 18:41:11 +0200 (CEST) From: jgart To: guix-patches@gnu.org Subject: [PATCH 3/4] gnu: Add go-github-com-anaseto-gruid. Date: Mon, 30 Aug 2021 12:40:40 -0400 Message-Id: <20210830164041.19770-3-jgart@dismail.de> X-Mailer: git-send-email 2.33.0 In-Reply-To: <20210830164041.19770-1-jgart@dismail.de> References: <20210830164041.19770-1-jgart@dismail.de> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=78.46.223.134; envelope-from=jgart@dismail.de; helo=mx1.dismail.de X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: Brice Waegeneire , Arun Isaac , Guix Together , Julien Lepiller X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) From: Guix Together * gnu/packages/games.scm (go-github-com-anaseto-gruid): New variable. Co-authored-by: Arun Isaac Co-authored-by: Brice Waegeneire Co-authored-by: jgart Co-authored-by: Julien Lepiller --- gnu/packages/games.scm | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 262b85edc0..468f59ec5a 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -9374,6 +9374,36 @@ and bring the war to your enemy.") license:expat license:fdl1.3+ license:public-domain license:zlib)))) +(define-public go-github-com-anaseto-gruid + (package + (name "go-github-com-anaseto-gruid") + (version "0.21.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/anaseto/gruid") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "0rvsavkvg2hziwdh8sjk3n5v92m5mfjb8v9m7ch22maxfwq5kv6y")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/anaseto/gruid")) + (propagated-inputs + `(("go-golang-org-x-image" ,go-golang-org-x-image))) + (home-page "https://github.com/anaseto/gruid") + (synopsis "Cross-platform grid-based UI and game framework") + (description +"The gruid module provides packages for easily building grid-based + applications in Go. The library abstracts rendering and input for + different platforms. There are drivers available for terminal apps , + native graphical apps and browser apps. The original application for the + library was creating grid-based games, but it's also well-suited for any + grid-based application.") + (license license:isc))) + (define-public go-github-com-anaseto-gruid-tcell (package (name "go-github-com-anaseto-gruid-tcell") -- 2.33.0 ------------=_1631415962-21539-1--