Skip to content

Commit

Permalink
maintainers: registered krovuxdev as maintainer
Browse files Browse the repository at this point in the history
sss: Moved package to pkgs/by-name directory as requested. Renamed file and made code corrections.

sss: init at 0.1.8
  • Loading branch information
krovuxdev committed Apr 8, 2024
1 parent 098ebfd commit 798ac88
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions maintainers/maintainer-list.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10790,6 +10790,12 @@
githubId = 5759930;
name = "Alexis Destrez";
};
krovuxdev = {
name = "krovuxdev";
email = "[email protected]";
github = "krovuxdev";
githubId = 62192487;
};
krupkat = {
github = "krupkat";
githubId = 6817216;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,26 +7,33 @@
libxcb,
lib,
}:

rustPlatform.buildRustPackage rec {
pname = "sss";
version = "0.1.8";

src = fetchFromGitHub {
owner = "SergioRibera";
repo = pname;
repo = "sss";
rev = "cacc7488e303af1be3b57019ccd65d32912abb3a";
hash = "sha256-vB4qCLeysFYc2UwrMwj8Q/nLyygocXNN6IIP9xY1fgI=";
};

cargoHash = "sha256-u4unjl5Wm7Ak+JeQixweteVSk3Mc4ITXka5VhjqsRbA=";

cargoLock = {
lockFile = ./Cargo.lock;
outputHashes = {
"mouse_position-0.1.3" = "sha256-N8/WCWQvD7K7hr8YVr2d+VYmMffmXKAO0S6KLmoHCSM=";
};
};

nativeBuildInputs = [pkg-config];

buildInputs = [fontconfig freetype libxcb];

meta = with lib; {
description = "SSS (Super ScreenShot) is a WIP: CLI/Lib to take amazing screenshot of code or screen ";
description = "A CLI/Lib to take amazing screenshot of code or screen ";
mainProgram = "sss";
homepage = "https://github.com/SergioRibera/sss";
license = with licenses; [asl20 mit];
Expand Down

0 comments on commit 798ac88

Please sign in to comment.