perlPackages.pacup: init at 3.3.11

This commit is contained in:
Noa Aarts
2025-03-04 02:06:29 +05:30
committed by Masum Reza
parent fde5a42ef6
commit a1d54947a7
+23
View File
@@ -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";