1 { lib, buildGoModule, fetchFromGitHub }:
5 version = "unstable-2022-08-25";
7 src = fetchFromGitHub {
8 owner = "digitallyserviced";
10 rev = "9f0b3315eed32409639a05aca55d7a0252681193";
11 sha256 = "sha256-Lr4+bXdVxYbCXKVzE+fjeLD559HuABK6lOLJ0sBBGNY=";
14 vendorHash = "sha256-T6PSs5NfXSXvzlq67rIDbzURyA+25df3nMMfufo0fow=";
17 description = "TheDraw font parser and console text renderer";
18 longDescription = "Supports more fonts than `tdfiglet`, and packs more features.";
19 homepage = "https://github.com/digitallyserviced/tdfgo";
20 license = licenses.cc0;
21 platforms = platforms.linux;
22 maintainers = with maintainers; [ crinklywrappr ];
23 mainProgram = "tdfgo";