7 stdenv.mkDerivation (finalAttrs: {
13 "http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R${finalAttrs.version}.tgz"
14 "http://pub.allbsd.org/MirOS/dist/mir/mksh/mksh-R${finalAttrs.version}.tgz"
16 hash = "sha256-d64WZaM38cSMYda5Yds+UhGbOOWIhNHIloSvMfh7xQY=";
35 install -D mksh $out/bin/mksh
36 install -D dot.mkshrc $out/share/mksh/mkshrc
42 shellPath = "/bin/mksh";
46 homepage = "http://www.mirbsd.org/mksh.htm";
47 changelog = "https://www.mirbsd.org/mksh.htm#clog";
48 description = "MirBSD Korn Shell";
51 The MirBSD Korn Shell is a DFSG-free and OSD-compliant (and OSI
52 approved) successor to pdksh, developed as part of the MirOS
53 Project as native Bourne/POSIX/Korn shell for MirOS BSD, but
54 also to be readily available under other UNIX(R)-like operating
57 license = with lib.licenses; [ miros isc unicode-dfs-2016 ];
58 maintainers = with lib.maintainers; [ AndersonTorres joachifm ];
59 platforms = lib.platforms.unix;
62 # TODO [ AndersonTorres ]: lksh
63 # TODO [ AndersonTorres ]: a more accurate licensing info