Merge pull request #6377 from ehmry/mawk
mawk: initial package at 1.3.4-20141206
This commit is contained in:
commit
e24004fea9
17
pkgs/tools/text/mawk/default.nix
Normal file
17
pkgs/tools/text/mawk/default.nix
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
{ stdenv, fetchurl }:
|
||||||
|
|
||||||
|
stdenv.mkDerivation rec {
|
||||||
|
name = "mawk-1.3.4-20141206";
|
||||||
|
|
||||||
|
src = fetchurl {
|
||||||
|
url = "ftp://invisible-island.net/mawk/${name}.tgz";
|
||||||
|
sha256 = "1j49ffl8gpfaq99hkylf3fjiygq74w1kpfp8f52xbpx57vn9587g";
|
||||||
|
};
|
||||||
|
|
||||||
|
meta = with stdenv.lib;
|
||||||
|
{ description = "Interpreter for the AWK Programming Language";
|
||||||
|
homepage = http://invisible-island.net/mawk/mawk.html;
|
||||||
|
license = licenses.gpl2;
|
||||||
|
maintainers = with maintainers; [ emery ];
|
||||||
|
};
|
||||||
|
}
|
@ -1816,6 +1816,8 @@ let
|
|||||||
|
|
||||||
man_db = callPackage ../tools/misc/man-db { };
|
man_db = callPackage ../tools/misc/man-db { };
|
||||||
|
|
||||||
|
mawk = callPackage ../tools/text/mawk { };
|
||||||
|
|
||||||
mbox = callPackage ../tools/security/mbox { };
|
mbox = callPackage ../tools/security/mbox { };
|
||||||
|
|
||||||
memtest86 = callPackage ../tools/misc/memtest86 { };
|
memtest86 = callPackage ../tools/misc/memtest86 { };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user