From: ng0 <ng0@n0.is>
To: 30150@debbugs.gnu.org
Subject: [bug#30150] github-com-umayr-badass (or short: badass)
Date: Wed, 17 Jan 2018 22:48:42 +0000 [thread overview]
Message-ID: <20180117224842.gfstulzpvxvf2dms@abyayala> (raw)
[-- Attachment #1.1: Type: text/plain, Size: 232 bytes --]
Another possible location: version-control ;)
Essentially: hacking contribution graphs (like on
gitlab or github), so it's a game.
--
ng0 :: https://ea.n0.is
A88C8ADD129828D7EAC02E52E22F9BBFEE348588 :: https://ea.n0.is/keys/
[-- Attachment #1.2: 0001-gnu-Add-github-com-umayr-badass.patch --]
[-- Type: text/plain, Size: 2666 bytes --]
From 23242a1b6b96fed99f2dea3567b95ef35e2ebe5b Mon Sep 17 00:00:00 2001
From: ng0 <ng0@n0.is>
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 © 2015 Taylan Ulrich Bayırlı/Kammer <taylanbayirli@gmail.com>
;;; Copyright © 2016, 2017 Rodger Fox <thylakoid@openmailbox.org>
;;; Copyright © 2016 Manolis Fragkiskos Ragkousis <manolis837@gmail.com>
-;;; Copyright © 2016, 2017 ng0 <ng0@n0.is>
+;;; Copyright © 2016, 2017, 2018 ng0 <ng0@n0.is>
;;; Copyright © 2016 Albin Söderqvist <albin@fripost.org>
;;; Copyright © 2016, 2017 Kei Kebreau <kkebreau@posteo.net>
;;; Copyright © 2016 Alex Griffin <a@ajgrf.com>
@@ -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 alliances 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))))
--
2.15.1
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
next reply other threads:[~2018-01-17 21:50 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-17 22:48 ng0 [this message]
2018-01-17 23:17 ` [bug#30150] github-com-umayr-badass (or short: badass) Leo Famulari
2018-01-18 8:17 ` ng0
2018-01-18 17:08 ` Leo Famulari
2018-01-18 17:45 ` Tobias Geerinckx-Rice
2018-01-27 18:35 ` ng0
2018-01-29 21:58 ` bug#30150: " Leo Famulari
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180117224842.gfstulzpvxvf2dms@abyayala \
--to=ng0@n0.is \
--cc=30150@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.