mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
blahaj: init at 2.0.1
This commit is contained in:
parent
2909d9b117
commit
055d3de17f
23
pkgs/tools/misc/blahaj/default.nix
Normal file
23
pkgs/tools/misc/blahaj/default.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{ lib
|
||||
, crystal
|
||||
, fetchFromGitHub
|
||||
}:
|
||||
|
||||
crystal.buildCrystalPackage rec {
|
||||
pname = "blahaj";
|
||||
version = "2.0.1";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "GeopJr";
|
||||
repo = "BLAHAJ";
|
||||
rev = "v${version}";
|
||||
hash = "sha256-g38a3mUt2bkwFH/Mwr2D3zEZczM/gdWObUOeeIJGHZ4=";
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
description = "Gay sharks at your local terminal - lolcat-like CLI tool";
|
||||
homepage = "https://blahaj.queer.software";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ aleksana ];
|
||||
};
|
||||
}
|
@ -38349,6 +38349,8 @@ with pkgs;
|
||||
|
||||
bees = callPackage ../tools/filesystems/bees { };
|
||||
|
||||
blahaj = callPackage ../tools/misc/blahaj { };
|
||||
|
||||
bootil = callPackage ../development/libraries/bootil { };
|
||||
|
||||
brgenml1lpr = pkgsi686Linux.callPackage ../misc/cups/drivers/brgenml1lpr { };
|
||||
|
Loading…
Reference in New Issue
Block a user