kbt: init at 1.0.0

https://github.com/bloznelis/kbt
This commit is contained in:
figsoda 2023-07-23 14:42:30 -04:00
parent ba929a0252
commit 0abe9b54d8
2 changed files with 27 additions and 0 deletions

View File

@ -0,0 +1,25 @@
{ lib
, rustPlatform
, fetchFromGitHub
}:
rustPlatform.buildRustPackage rec {
pname = "kbt";
version = "1.0.0";
src = fetchFromGitHub {
owner = "bloznelis";
repo = "kbt";
rev = version;
hash = "sha256-gZUZB7cbaYlDs3PfRhkRlyJ6FBqtUAANL/K8Q/Dk8Zc=";
};
cargoHash = "sha256-BcUxrZKJEgYgGQqgi9l6xcmwyTRNr9C2WWOgaFB5XSw=";
meta = with lib; {
description = "Keyboard tester in terminal";
homepage = "https://github.com/bloznelis/kbt";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
};
}

View File

@ -32578,6 +32578,8 @@ with pkgs;
kapow = libsForQt5.callPackage ../applications/misc/kapow { };
kbt = callPackage ../applications/misc/kbt { };
kchmviewer = libsForQt5.callPackage ../applications/misc/kchmviewer { };
kappanhang = callPackage ../applications/radio/kappanhang { };