Commit a1d54947 authored by Noa Aarts's avatar Noa Aarts Committed by Masum Reza
Browse files

perlPackages.pacup: init at 3.3.11

parent fde5a42e
Loading
Loading
Loading
Loading
+23 −0
Original line number Diff line number Diff line
@@ -19917,6 +19917,29 @@ with self; {
    };
  };
  pacup = buildPerlPackage rec {
    version = "3.3.11";
    pname = "pacup";
    src = fetchFromGitHub {
      owner = "pacstall";
      repo = pname;
      tag = version;
      hash = "sha256-gTL6t//xO6TeRG1Vt4Ld7hVChSTyprUtXQTSwTKzwz4=";
    };
    preBuild = ''
      patchShebangs ./pacup
    '';
    buildInputs = [ pkgs.dpkg ];
    propagatedBuildInputs = [ DataCompare Filechdir IPCSystemSimple ListMoreUtils JSON LWP TermProgressBar ];
    outputs = [ "out" ];
    meta = {
      description = "maintainer helper tool to help maintainers update their pacscripts.";
      homepage = "https://github.com/pacstall/pacup";
      license = lib.licenses.gpl3Only;
    };
  };
  Pango = buildPerlPackage {
    pname = "Pango";
    version = "1.227";