Merge pull request #245071 from figsoda/kbt

kbt: init at 1.0.0
This commit is contained in:
Mario Rodas 2023-07-24 10:24:05 -05:00 committed by GitHub
commit 4f1373fa7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -32622,6 +32622,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 { };