perlPackages.Yancy: init at 1.088
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user