Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -11502,6 +11502,12 @@ githubId = 31388299; name = "Leonardo Eugênio"; }; lenivaya = { name = "Danylo Osipchuk"; email = "danylo.osipchuk@proton.me"; github = "lenivaya"; githubId = 49302467; }; leo248 = { github = "leo248"; githubId = 95365184; Loading pkgs/by-name/qr/qrrs/package.nix 0 → 100644 +39 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, installShellFiles, }: rustPlatform.buildRustPackage rec { pname = "qrrs"; version = "0.1.10"; src = fetchFromGitHub { owner = "lenivaya"; repo = "qrrs"; rev = "v${version}"; sha256 = "sha256-L8sqvLbh85b8Ds9EvXNkyGVXm8BF3ejFd8ZH7QoxJdU="; }; cargoHash = "sha256-RLxQ7tG5e3q4vqYJU0eNvvcEnnyNc9R9at0/ACLYJiY="; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installManPage ./man/*.? installShellCompletion --cmd qrrs \ --bash <(cat ./completions/qrrs.bash) \ --fish <(cat ./completions/qrrs.fish) \ --zsh <(cat ./completions/_qrrs) ''; meta = with lib; { maintainers = with maintainers; [ lenivaya ]; description = "CLI QR code generator and reader written in rust"; license = licenses.mit; homepage = "https://github.com/Lenivaya/qrrs"; mainProgram = "qrrs"; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -11502,6 +11502,12 @@ githubId = 31388299; name = "Leonardo Eugênio"; }; lenivaya = { name = "Danylo Osipchuk"; email = "danylo.osipchuk@proton.me"; github = "lenivaya"; githubId = 49302467; }; leo248 = { github = "leo248"; githubId = 95365184; Loading
pkgs/by-name/qr/qrrs/package.nix 0 → 100644 +39 −0 Original line number Diff line number Diff line { lib, fetchFromGitHub, rustPlatform, installShellFiles, }: rustPlatform.buildRustPackage rec { pname = "qrrs"; version = "0.1.10"; src = fetchFromGitHub { owner = "lenivaya"; repo = "qrrs"; rev = "v${version}"; sha256 = "sha256-L8sqvLbh85b8Ds9EvXNkyGVXm8BF3ejFd8ZH7QoxJdU="; }; cargoHash = "sha256-RLxQ7tG5e3q4vqYJU0eNvvcEnnyNc9R9at0/ACLYJiY="; nativeBuildInputs = [ installShellFiles ]; postInstall = '' installManPage ./man/*.? installShellCompletion --cmd qrrs \ --bash <(cat ./completions/qrrs.bash) \ --fish <(cat ./completions/qrrs.fish) \ --zsh <(cat ./completions/_qrrs) ''; meta = with lib; { maintainers = with maintainers; [ lenivaya ]; description = "CLI QR code generator and reader written in rust"; license = licenses.mit; homepage = "https://github.com/Lenivaya/qrrs"; mainProgram = "qrrs"; }; }