Loading pkgs/by-name/de/debsigs/package.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib, perlPackages, fetchFromGitLab, }: perlPackages.buildPerlPackage rec { pname = "debsigs"; version = "0.2.2"; src = fetchFromGitLab { owner = "debsigs"; repo = "debsigs"; tag = "release/${version}"; hash = "sha256-gCc5JmmdhTAUQqkMOK/0YmlCRD0JcpemCpqusYmpoKU="; }; sourceRoot = "${src.name}/perl"; meta = { description = "Manipulate the cryptographic signatures stored inside a .deb file"; mainProgram = "debsigs"; homepage = "https://gitlab.com/debsigs/debsigs"; changelog = "https://gitlab.com/debsigs/debsigs/-/tags/release/${version}"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ usertam ]; }; } Loading
pkgs/by-name/de/debsigs/package.nix 0 → 100644 +28 −0 Original line number Diff line number Diff line { lib, perlPackages, fetchFromGitLab, }: perlPackages.buildPerlPackage rec { pname = "debsigs"; version = "0.2.2"; src = fetchFromGitLab { owner = "debsigs"; repo = "debsigs"; tag = "release/${version}"; hash = "sha256-gCc5JmmdhTAUQqkMOK/0YmlCRD0JcpemCpqusYmpoKU="; }; sourceRoot = "${src.name}/perl"; meta = { description = "Manipulate the cryptographic signatures stored inside a .deb file"; mainProgram = "debsigs"; homepage = "https://gitlab.com/debsigs/debsigs"; changelog = "https://gitlab.com/debsigs/debsigs/-/tags/release/${version}"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [ usertam ]; }; }