perlPackages.Yancy: init at 1.088

This commit is contained in:
Stig Palmquist
2023-01-18 16:00:18 +01:00
parent ea9bc3357b
commit d97724aca4
+16
View File
@@ -27758,6 +27758,22 @@ let
};
};
Yancy = buildPerlPackage {
pname = "Yancy";
version = "1.088";
src = fetchurl {
url = "mirror://cpan/authors/id/P/PR/PREACTION/Yancy-1.088.tar.gz";
hash = "sha256-addqs5ilrGiQc0Paisybr9UZ+0x4WrAU7CagUhA2vSo=";
};
buildInputs = [ FileShareDirInstall ];
propagatedBuildInputs = [ ClassMethodModifiers JSONValidator Mojolicious MojoliciousPluginI18N MojoliciousPluginOpenAPI RoleTiny ];
meta = {
homepage = "http://preaction.me/yancy/";
description = "The Best Web Framework Deserves the Best CMS";
license = with lib.licenses; [ artistic1 gpl1Plus ];
};
};
WebMachine = buildPerlPackage {
pname = "Web-Machine";
version = "0.17";