Skip to content

Commit

Permalink
ringboard-cli: 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 4bb33d2 commit b0ddf9d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pkgs/by-name/ri/ringboard-cli/package.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{ rustPlatform, ringboard-server }:

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

buildAndTestSubdir = "cli";

cargoHash = "sha256-zQe2CExDGyqZiILS5FUiMBBeQgD7Se59YGqxsu1Q5Po=";

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

0 comments on commit b0ddf9d

Please sign in to comment.