From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35859) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebvaw-00042j-Po for guix-patches@gnu.org; Wed, 17 Jan 2018 16:50:08 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebvas-0002i3-IO for guix-patches@gnu.org; Wed, 17 Jan 2018 16:50:06 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:52733) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ebvas-0002hz-Dv for guix-patches@gnu.org; Wed, 17 Jan 2018 16:50:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1ebvas-0007zB-4d for guix-patches@gnu.org; Wed, 17 Jan 2018 16:50:02 -0500 Subject: [bug#30150] github-com-umayr-badass (or short: badass) Resent-Message-ID: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35605) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ebvZx-0003qD-PZ for guix-patches@gnu.org; Wed, 17 Jan 2018 16:49:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ebvZt-00028w-K9 for guix-patches@gnu.org; Wed, 17 Jan 2018 16:49:05 -0500 Received: from aibo.runbox.com ([91.220.196.211]:39502) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1ebvZt-00027L-BL for guix-patches@gnu.org; Wed, 17 Jan 2018 16:49:01 -0500 Received: from [10.9.9.210] (helo=mailfront10.runbox.com) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1ebvZr-0000MR-7p for guix-patches@gnu.org; Wed, 17 Jan 2018 22:48:59 +0100 Received: from dslb-092-072-210-215.092.072.pools.vodafone-ip.de ([92.72.210.215] helo=localhost) by mailfront10.runbox.com with esmtpsa (uid:892961 ) (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) id 1ebvZi-0008Rm-4g for guix-patches@gnu.org; Wed, 17 Jan 2018 22:48:50 +0100 Date: Wed, 17 Jan 2018 22:48:42 +0000 From: ng0 Message-ID: <20180117224842.gfstulzpvxvf2dms@abyayala> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="sjhaxoyhcvdkoalf" Content-Disposition: inline List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 30150@debbugs.gnu.org --sjhaxoyhcvdkoalf Content-Type: multipart/mixed; boundary="ljrkigzul27ypjlq" Content-Disposition: inline --ljrkigzul27ypjlq Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Another possible location: version-control ;) Essentially: hacking contribution graphs (like on gitlab or github), so it's a game. --=20 ng0 :: https://ea.n0.is A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://ea.n0.is/keys/ --ljrkigzul27ypjlq Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-Add-github-com-umayr-badass.patch" Content-Transfer-Encoding: quoted-printable =46rom 23242a1b6b96fed99f2dea3567b95ef35e2ebe5b Mon Sep 17 00:00:00 2001 =46rom: ng0 Date: Wed, 17 Jan 2018 22:42:55 +0000 Subject: [PATCH] gnu: Add github-com-umayr-badass. * gnu/packages/games.scm (github-com-umayr-badass): New variable. --- gnu/packages/games.scm | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 1213d87a5..37348db83 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -17,7 +17,7 @@ ;;; Copyright =C2=A9 2015 Taylan Ulrich Bay=C4=B1rl=C4=B1/Kammer ;;; Copyright =C2=A9 2016, 2017 Rodger Fox ;;; Copyright =C2=A9 2016 Manolis Fragkiskos Ragkousis -;;; Copyright =C2=A9 2016, 2017 ng0 +;;; Copyright =C2=A9 2016, 2017, 2018 ng0 ;;; Copyright =C2=A9 2016 Albin S=C3=B6derqvist ;;; Copyright =C2=A9 2016, 2017 Kei Kebreau ;;; Copyright =C2=A9 2016 Alex Griffin @@ -138,6 +138,7 @@ #:use-module (gnu packages networking) #:use-module (gnu packages web) #:use-module (guix build-system gnu) + #:use-module (guix build-system go) #:use-module (guix build-system haskell) #:use-module (guix build-system python) #:use-module (guix build-system cmake) @@ -5406,3 +5407,29 @@ smuggler or bounty hunter. Forge and break alliance= s with the various factions fighting for power, freedom or self-determination. The universe = is whatever you make of it.") (license license:gpl3))) + +(define-public go-github-com-umayr-badass + (let ((commit "3c3cd669b4fc8f73a102e3702788f7b28dc47dbb") + (revision "0")) + (package + (name "go-github-com-umayr-badass") + (version (git-version "0.0" revision commit)) + (source (origin + (method git-fetch) + (uri (git-reference + (url "https://github.com/umayr/badass.git") + (commit commit))) + (file-name (git-file-name name version)) + (sha256 + (base32 + "05c9vdcb5ym3z0n5ll3v39mw4yl9jcjnlydmn0yl89ai9pv71zb6")))) + (build-system go-build-system) + (arguments + '(#:import-path "github.com/umayr/badass")) + (synopsis "Hacking contribution graphs in git") + (description + "Badass generates false commits for a range of dates, essentially +hacking the gamification of contribution graphs on platforms such as +Github or Gitlab.") + (home-page "https://github.com/umayr/badass") + (license license:expat)))) --=20 2.15.1 --ljrkigzul27ypjlq-- --sjhaxoyhcvdkoalf Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEEqIyK3RKYKNfqwC5S4i+bv+40hYgFAlpf0soACgkQ4i+bv+40 hYjwkhAAgXsc9FKO21+ZoGLE4J8W9xqAAAdYRmonpH4FEvI+pcAqfqmiVRhW3DR8 R4+xoY3s7BP0xDPyspRf6YVCgUcgY9GTI4usNGB4lMFM9V5jvnIHMkbXIPynSHU8 0jW3G+xSv0dcpHipo4gIeB+CT+5TY5dDPBA+Xk5A1HRBxivYyHPxyZxb15G7z+Wn FZNBQWnrSqyrKJQA8AxI1LIzQCqE1KolBqaSsQHTcnUt8C6OHV5Y1Emz6jz60qdO nizRxfZHYgxCcyqLP6fmUjXXpWSt4lwC/2cREyNiA2homGfX+dBO9ogxMoGlluEA c0HS16AjV2egeRneI/rs44xnB22Ja3i90LxA2Rz5KCAbpoKyyL8t99KpQQ716zld ElYtLwsAFfHJ3HpFmBJbAvKJE0yRjBoWyK7cWy4/deOHFihjaCIipZ1oOO/uu6Wj pUfrFis60pvYNo04VEQOUUfIWA6hJk6IVtJsNyyIkUeUdNh6mX/gBfiq5LWoNERw 7/zHizrn9+I3iZfDFQmdffXmZ232IrHH5DNEC6sUuBe6oWZuC/8MwT3DvfHA+uca G6U/7WKH727uY/8MQTjSpxYO3Zi5sGJswDwuZZ2TcASkdBeyJ/5M4QIjxW7EmTYv zn5TgWT0CHiw2tB/eH6Pn664Tqoz+yp1RrAS3GZ42X516maQxp4= =OPUK -----END PGP SIGNATURE----- --sjhaxoyhcvdkoalf--