Index: Makefile =================================================================== --- /dev/null +++ Makefile @@ -0,0 +1 @@ +include ../Makefile.common Index: package.yml =================================================================== --- /dev/null +++ package.yml @@ -0,0 +1,18 @@ +name : mksh +version : 56c +release : 1 +source : + - http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R56c.tgz : dd86ebc421215a7b44095dc13b056921ba81e61b9f6f4cdab08ca135d02afb77 +license : MirOS +component : system.utils +summary : The MirBSD Korn Shell +description: | + An enhanced version of the public domain ksh. +builddeps : + - glibc-devel +build : | + sh Build.sh -r +install : | + install -D -m 755 mksh "$installdir/usr/bin/mksh" + install -D -m 644 mksh.1 "$installdir/usr/share/man/man1/mksh.1" + install -D -m 644 dot.mkshrc "$installdir/etc/skel/.mkshrc" Index: pspec_x86_64.xml =================================================================== --- /dev/null +++ pspec_x86_64.xml @@ -0,0 +1,36 @@ + + + mksh + + Devil505 + devil505@tuta.io + + MirOS + system.utils + The MirBSD Korn Shell + An enhanced version of the public domain ksh. + + https://solus-project.com/sources/README.Solus + + + mksh + The MirBSD Korn Shell + An enhanced version of the public domain ksh. + + system.utils + + /etc/skel/.mkshrc + /usr/bin/mksh + /usr/share/man/man1/mksh.1 + + + + + 2018-08-15 + 56c + Packaging update + Devil505 + devil505@tuta.io + + + \ No newline at end of file