Commit 055d3de1 authored by aleksana's avatar aleksana
Browse files

blahaj: init at 2.0.1

parent 2909d9b1
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
{ 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 −0
Original line number Diff line number Diff line
@@ -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 { };