milis/talimatname/genel/m/mksh/talimat

21 lines
585 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Tanım: The MirBSD Korn Betik Konsolu ve Dili, Ksh gelişimiş hali
# URL: https://www.mirbsd.org/mksh.htm
# Paketçi: milisarge
# Gerekler:
# Grup: sistem
isim=mksh
surum=56.c
devir=1
kaynak=(https://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R56c.tgz
https://www.mirbsd.org/TaC-mksh.txt)
derle() {
cd "$SRC/$isim"
sh Build.sh -r
install -D -m 755 mksh "$PKG/usr/bin/mksh"
install -D -m 644 mksh.1 "$PKG/usr/share/man/man1/mksh.1"
install -D -m 644 dot.mkshrc "$PKG/etc/skel/.mkshrc"
install -D -m 644 "$SRC/TaC-mksh.txt" "$PKG/usr/share/licenses/mksh/TaC-mksh.txt"
}