Loading pkgs/tools/networking/dq/default.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, installShellFiles }: stdenv.mkDerivation rec { pname = "dq"; version = "20230101"; src = fetchFromGitHub { owner = "janmojzis"; repo = "dq"; rev = "refs/tags/${version}"; hash = "sha256-K96yOonOYSsz26Bf/vx9XtWs7xyY0Dpxdd55OMbQz8k="; }; nativeBuildInputs = [ installShellFiles ]; installPhase = '' runHook preInstall install -Dm755 dq dqcache dqcache-makekey dqcache-start -t $out/bin installManPage man/* runHook postInstall ''; meta = with lib; { description = "Recursive DNS/DNSCurve server and comandline tool"; homepage = "https://github.com/janmojzis/dq"; changelog = "https://github.com/janmojzis/dq/releases/tag/${version}"; license = licenses.cc0; platforms = platforms.unix; maintainers = with maintainers; [ sikmir ]; }; } pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7345,6 +7345,8 @@ with pkgs; doggo = callPackage ../tools/networking/doggo { }; dq = callPackage ../tools/networking/dq { }; dool = callPackage ../tools/system/dool { }; dosfstools = callPackage ../tools/filesystems/dosfstools { }; Loading
pkgs/tools/networking/dq/default.nix 0 → 100644 +33 −0 Original line number Diff line number Diff line { lib, stdenv, fetchFromGitHub, installShellFiles }: stdenv.mkDerivation rec { pname = "dq"; version = "20230101"; src = fetchFromGitHub { owner = "janmojzis"; repo = "dq"; rev = "refs/tags/${version}"; hash = "sha256-K96yOonOYSsz26Bf/vx9XtWs7xyY0Dpxdd55OMbQz8k="; }; nativeBuildInputs = [ installShellFiles ]; installPhase = '' runHook preInstall install -Dm755 dq dqcache dqcache-makekey dqcache-start -t $out/bin installManPage man/* runHook postInstall ''; meta = with lib; { description = "Recursive DNS/DNSCurve server and comandline tool"; homepage = "https://github.com/janmojzis/dq"; changelog = "https://github.com/janmojzis/dq/releases/tag/${version}"; license = licenses.cc0; platforms = platforms.unix; maintainers = with maintainers; [ sikmir ]; }; }
pkgs/top-level/all-packages.nix +2 −0 Original line number Diff line number Diff line Loading @@ -7345,6 +7345,8 @@ with pkgs; doggo = callPackage ../tools/networking/doggo { }; dq = callPackage ../tools/networking/dq { }; dool = callPackage ../tools/system/dool { }; dosfstools = callPackage ../tools/filesystems/dosfstools { };