Unverified Commit 5db83608 authored by Rick van Schijndel's avatar Rick van Schijndel Committed by GitHub
Browse files

Merge pull request #238680 from Lord-Valen/watershot

watershot: init at 0.1.2
parents 249a4506 26e8e6a6
Loading
Loading
Loading
Loading
+40 −0
Original line number Diff line number Diff line
{ lib
, rustPlatform
, fetchFromGitHub
, pkg-config
, wayland
, libxkbcommon
, fontconfig
, makeWrapper
, grim
}:
rustPlatform.buildRustPackage rec {
  pname = "watershot";
  version = "0.1.2";

  src = fetchFromGitHub {
    owner = "Kirottu";
    repo = "watershot";
    rev = "v${version}";
    hash = "sha256-8GqO7Y0d+AoYr3Us3FEfNobrQNSw7XyGwmZz5HkVvDg=";
  };

  cargoHash = "sha256-yJD7c/I3rwzczcrxbD8sinzP7bjMzhWWAVcCFCsTdeo=";

  nativeBuildInputs = [ pkg-config wayland makeWrapper ];

  buildInputs = [ wayland fontconfig libxkbcommon ];

  postInstall = ''
    wrapProgram $out/bin/watershot \
      --prefix PATH : ${lib.makeBinPath [ grim ]}
  '';

  meta = with lib; {
    platforms = with platforms; linux;
    description = "A simple wayland native screenshot tool";
    homepage = "https://github.com/Kirottu/watershot";
    license = licenses.gpl3Only;
    maintainers = with maintainers; [ lord-valen ];
  };
}
+2 −0
Original line number Diff line number Diff line
@@ -35412,6 +35412,8 @@ with pkgs;
  warpd = callPackage ../applications/misc/warpd { };
  watershot = callPackage ../applications/misc/watershot { };
  w3m = callPackage ../applications/networking/browsers/w3m { };
  # Should always be the version with the most features