Merge pull request #155541 from CodeLongAndProsper90/init-gay
gay: init at 1.2.8
This commit is contained in:
commit
861175871e
@ -2291,6 +2291,12 @@
|
||||
githubId = 34317;
|
||||
name = "Corey O'Connor";
|
||||
};
|
||||
CodeLongAndProsper90 = {
|
||||
github = "CodeLongAndProsper90";
|
||||
githubId = 50145141;
|
||||
email = "jupiter@m.rdis.dev";
|
||||
name = "Scott Little";
|
||||
};
|
||||
codsl = {
|
||||
email = "codsl@riseup.net";
|
||||
github = "codsl";
|
||||
|
26
pkgs/tools/misc/gay/default.nix
Normal file
26
pkgs/tools/misc/gay/default.nix
Normal file
@ -0,0 +1,26 @@
|
||||
{ lib, python39Packages, fetchFromGitHub }:
|
||||
|
||||
python39Packages.buildPythonPackage rec {
|
||||
name = "gay";
|
||||
version = "1.2.8";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "ms-jpq";
|
||||
repo = "gay";
|
||||
# The repo doesn't have any tags
|
||||
# This references version 1.2.8
|
||||
rev = "1e3e96815c68214533a925c86a52b0acf832a359";
|
||||
sha256 = "sha256-vouEFybcz27bcw/CpAGjFY8NYWQC+V0IE7h1a8XufZ0=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Colour your text / terminal to be more gay";
|
||||
longDescription = ''
|
||||
Applies pride flag colors to text, ala lolcat or displays a pride flag.
|
||||
'';
|
||||
homepage = "https://github.com/ms-jpq/gay";
|
||||
maintainers = with maintainers; [ CodeLongAndProsper90 ];
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
@ -995,6 +995,8 @@ with pkgs;
|
||||
libgamemode32 = pkgsi686Linux.gamemode.lib;
|
||||
};
|
||||
|
||||
gay = callPackage ../tools/misc/gay { };
|
||||
|
||||
elkhound = callPackage ../development/tools/elkhound { };
|
||||
|
||||
weidu = callPackage ../tools/games/weidu { };
|
||||
|
Loading…
Reference in New Issue
Block a user