Merge pull request #230231 from Aleksanaa/blahaj

blahaj: init at 2.0.1
This commit is contained in:
figsoda
2023-05-05 22:07:50 -04:00
committed by GitHub
2 changed files with 25 additions and 0 deletions
+23
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 ];
};
}
+2
View File
@@ -38437,6 +38437,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 { };