From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:8:6d80::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id KPMcO/RVhGBLHQEAgWs5BA (envelope-from ) for ; Sat, 24 Apr 2021 19:31:32 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id OEnFNvRVhGBXbgAAB5/wlQ (envelope-from ) for ; Sat, 24 Apr 2021 17:31:32 +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 7C3E42E8EB for ; Sat, 24 Apr 2021 19:31:32 +0200 (CEST) Received: from localhost ([::1]:36082 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1laLXn-00060U-G7 for larch@yhetil.org; Sat, 24 Apr 2021 12:54:11 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:56328) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1laLK7-00020A-3U for guix-patches@gnu.org; Sat, 24 Apr 2021 12:40:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58052) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1laLK6-0001qK-S2 for guix-patches@gnu.org; Sat, 24 Apr 2021 12:40:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1laLK6-0001Xx-Q3 for guix-patches@gnu.org; Sat, 24 Apr 2021 12:40:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#47997] [PATCH 1/2] gnu: Add nyan. References: <20210424162243.21166-1-arunisaac@systemreboot.net> In-Reply-To: <20210424162243.21166-1-arunisaac@systemreboot.net> Resent-From: Arun Isaac Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sat, 24 Apr 2021 16:40:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 47997 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 47997@debbugs.gnu.org Cc: Arun Isaac Received: via spool by 47997-submit@debbugs.gnu.org id=B47997.16192823805906 (code B ref 47997); Sat, 24 Apr 2021 16:40:02 +0000 Received: (at 47997) by debbugs.gnu.org; 24 Apr 2021 16:39:40 +0000 Received: from localhost ([127.0.0.1]:41364 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1laLJe-0001X2-GN for submit@debbugs.gnu.org; Sat, 24 Apr 2021 12:39:40 -0400 Received: from mugam.systemreboot.net ([139.59.75.54]:37436) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1laLJb-0001Wl-IB for 47997@debbugs.gnu.org; Sat, 24 Apr 2021 12:39:33 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=systemreboot.net; s=default; h=Content-Transfer-Encoding:Content-Type: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=tTNlXw1SoXu0IFVVy8Ahg8UR/yYzwPXkNssnMQlEBVk=; b=E3d2lY4UmVeI4jKa7R38vT1vAa MGiJd3fzH7X0hh1BwpCqYsIs5d5B9YE2MsZbqutQJS0ZHOJkvvWdI8wDeA339IPpqONhyErYzJqGH 3lqmZ6JC8OWNicE93rMB71U4Hjoa5gtTbb04HpcuEIUAMBYk4tJufxFhKdICmUWFnB0Hx/03K802u hql5O9E4j5CZId3DtuxYjcM5MKNsXnVtdEAfc+FOt0aRa+YqctmmSZaFbT6t+CuMcYOGJUOfsSkS9 7xEw/zFF82/tIf64rbmnPkoIgBnR9rwfvK20I4tJqiSf2+xjuklZWEtkPft1hw2ksCvCxaFvwGinU 2wBrxBJA==; Received: from [192.168.2.1] (helo=localhost.localdomain) by systemreboot.net with esmtpsa (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.94) (envelope-from ) id 1laLJY-000fpr-Os; Sat, 24 Apr 2021 22:09:28 +0530 From: Arun Isaac Date: Sat, 24 Apr 2021 22:09:25 +0530 Message-Id: <20210424163926.22301-1-arunisaac@systemreboot.net> X-Mailer: git-send-email 2.31.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1619285492; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=tTNlXw1SoXu0IFVVy8Ahg8UR/yYzwPXkNssnMQlEBVk=; b=HRJGi8GOikhy90Q9vOTRK9qtzrP5bfhiz29IY1mBNdyQaJIxUKsJT1+ntvU2sm76TlbvdO lZ16SNcnBUz67F7xR1uoqdYbzbxdaUiJrKEJ+lkYG344P8c7MQ1KZq480ZnldgLODn3oV4 FAI03qV9ARH8+neCOegt4tsTwsfpM2dvEPq9jQ6ud7pjiIi6iyO3+g7PENgcrewkN68WJW W0GXrJ9yUeG+VXsGsz4szVskFQ4Zo5ecLfa0iLcdP3WZq4+LtmBrq0cme6oOI3BMJTDxiE 67Xz7W5Nm+AXx9w63xF2i2+eBRcGdPwo5gbb81jM9G/eZ0ntABDWHMQ/es30lg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1619285492; a=rsa-sha256; cv=none; b=b0oeKi0jUyDqwiy5QqgtZPGsIXreBcfHSdLgLcB+oFlT0is0DRDZjQG2VJO4cSPRrDk5a6 8ZDBBfv7Lq41qEovTINIzcQH6e7UrPUvYhbk5RKO+scP9NSFM+ufOXnnTw+tw+DXK7CXYj /pN2RwjElSd/joV75P7a04EtrJABv4UJLu2FQ1bN43t0whvRe53Oo6/jmziIJ+fkZ2GQPc nQNwT5SxA97njknGx/N8hM8DbVz/0xPy5HOa1TCjiJZ+F2ISTlrIDpm5jzUYMo05SSEKAT Ygt8ViwSxqc1o/WmrFSqhz/PINqCn1wtclfnZXgpiYQaVm7U7dkXAFpBcJR7ZQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=E3d2lY4U; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 5.96 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=systemreboot.net header.s=default header.b=E3d2lY4U; dmarc=fail reason="SPF not aligned (relaxed)" header.from=systemreboot.net (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: 7C3E42E8EB X-Spam-Score: 5.96 X-Migadu-Scanner: scn0.migadu.com X-TUID: c1H1n42L7mpz * gnu/packages/games.scm (nyan): New variable. --- gnu/packages/games.scm | 33 ++++++++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 5b316f1997..4d565395ee 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -23,7 +23,7 @@ ;;; Copyright © 2016 Jan Nieuwenhuizen ;;; Copyright © 2016 Steve Webber ;;; Copyright © 2017 Adonay "adfeno" Felipe Nogueira -;;; Copyright © 2017, 2018, 2020 Arun Isaac +;;; Copyright © 2017, 2018, 2020, 2021 Arun Isaac ;;; Copyright © 2017–2021 Tobias Geerinckx-Rice ;;; Copyright © 2017, 2019 nee ;;; Copyright © 2017 Clément Lassieur @@ -12419,3 +12419,34 @@ game FPS.") implemented using ncurses user interface. An SDL graphical version is also available.") (license license:gpl3+))) + +(define-public nyan + (package + (name "nyan") + (version "0.1.1") + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/SFTtech/nyan") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "1jx874hmj7102ir4z95np5dgmavnh5dgj5iyz0ga8h4wa82n58dv")))) + (build-system cmake-build-system) + (arguments + `(#:phases + (modify-phases %standard-phases + (replace 'check + (lambda _ + (invoke "./nyan/nyancat" "--test-parser" + "-f" "../source/test/test.nyan")))))) + (native-inputs + `(("flex" ,flex))) + (home-page "https://github.com/SFTtech/nyan") + (synopsis "Data description language for openage") + (description "nyan is a data description language. It stores hierarchical +objects with key-value pairs in a database with the key idea that changes in a +parent affect all children. The main focus is readability and moddability.") + (license license:lgpl3+))) -- 2.31.0