Skip to content

Commit

Permalink
ringboard-tui: init at 0.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
GaetanLepage committed Aug 11, 2024
1 parent b0ddf9d commit 08adfbb
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pkgs/by-name/ri/ringboard-tui/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{ rustPlatform, ringboard-server }:

rustPlatform.buildRustPackage {
pname = "ringboard-tui";
inherit (ringboard-server) version src;

buildAndTestSubdir = "tui";

cargoHash = "sha256-PI9oigAiBM3gwUDsxDAjoeDEmip/HEoXhf3vZ13TAy0=";

meta = {
inherit (ringboard-server.meta)
homepage
changelog
license
maintainers
platforms
;
description = "TUI client for Rinboard, a clipboard manager for Linux";
mainProgram = "ringboard"; # TODO: check
};
}

0 comments on commit 08adfbb

Please sign in to comment.