1 { lib, stdenv, fetchurl, perl }:
3 stdenv.mkDerivation rec {
8 url = "http://kyberdigi.cz/projects/mencal/files/mencal-${version}.tar.gz";
9 sha256 = "9328d0b2f3f57847e8753c5184531f4832be7123d1b6623afdff892074c03080";
17 buildInputs = [ perl ];
20 description = "Menstruation calendar";
22 Mencal is a simple variation of the well-known unix command cal.
23 The main difference is that you can have some periodically repeating
24 days highlighted in color. This can be used to track
25 menstruation (or other) cycles conveniently.
27 homepage = "http://www.kyberdigi.cz/projects/mencal/english.html";
28 license = licenses.gpl2;
29 maintainers = [ maintainers.mmahut ];
30 platforms = platforms.all;