1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

perlPackages.Applify: init at 0.21

This commit is contained in:
Stig Palmquist 2020-02-26 14:25:11 +01:00
parent bee470ef9a
commit cce53a5a14
No known key found for this signature in database
GPG key ID: DA4C335C11D70DA7

View file

@ -532,6 +532,21 @@ let
};
};
Applify = buildPerlPackage {
pname = "Applify";
version = "0.21";
src = fetchurl {
url = "mirror://cpan/authors/id/J/JH/JHTHORSEN/Applify-0.21.tar.gz";
sha256 = "e34bc64c12c42369af6db7d17e3e20059b9d97ed50f8e487bf610008525eb84d";
};
meta = {
homepage = "https://github.com/jhthorsen/applify";
description = "Write object oriented scripts with ease";
license = stdenv.lib.licenses.artistic2;
maintainers = [ maintainers.sgo ];
};
};
Appperlbrew = buildPerlModule {
pname = "App-perlbrew";
version = "0.88";