blahaj: init at 2.0.1

This commit is contained in:
aleksana 2023-05-06 08:38:35 +08:00
parent 2909d9b117
commit 055d3de17f
2 changed files with 25 additions and 0 deletions

View 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 ];
};
}

View file

@ -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 { };