1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
4 name = "mawk-1.3.4-20200120";
8 "ftp://ftp.invisible-island.net/mawk/${name}.tgz"
9 "https://invisible-mirror.net/archives/mawk/${name}.tgz"
11 sha256 = "0dw2icf8bnqd9y0clfd9pkcxz4b2phdihwci13z914mf3wgcvm3z";
15 description = "Interpreter for the AWK Programming Language";
16 homepage = "https://invisible-island.net/mawk/mawk.html";
17 license = licenses.gpl2;
18 maintainers = with maintainers; [ ehmry ];
19 platforms = with platforms; unix;