grepmail: init at 5.3104
This commit is contained in:
parent
66399d464b
commit
c0c321cf48
1 changed files with 16 additions and 0 deletions
|
@ -5348,6 +5348,22 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
grepmail = buildPerlPackage rec {
|
||||
name = "grepmail-5.3104";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/D/DC/DCOPPIT/${name}.tar.gz";
|
||||
sha256 = "7969e569ec54b2f569a5af56ac4d884c630ad850974658219b0b6953e97b5d3d";
|
||||
};
|
||||
buildInputs = [ FileSlurp URI ];
|
||||
propagatedBuildInputs = [ DateManip DigestMD5 MailMboxMessageParser TimeDate ];
|
||||
meta = {
|
||||
homepage = https://github.com/coppit/grepmail;
|
||||
description = "Search mailboxes for mail matching a regular expression";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
};
|
||||
};
|
||||
|
||||
GrowlGNTP = buildPerlModule rec {
|
||||
name = "Growl-GNTP-0.20";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue