blob: 58663c338196e87f1306bee18ae56d1a5f00cb55 (
plain)
1
2
3
4
5
6
7
8
|
: ${PKG_TCSH_DEPENDS:="ncurses libiconv"};
: ${PKG_TCSH_SHA256SUM:=36880f258a63fc11fe72a65098b585ebc4ecdee24388b8ebec97e6ae8e485318};
: ${PKG_TCSH_VERSION:=6.24.14};
: ${PKG_TCSH_URL:=https://ftp.osuosl.org/pub/blfs/conglomeration/tcsh/tcsh-${PKG_TCSH_VERSION}.tar.gz};
ex_pkg_register "tcsh" "${RTL_FILEOP_SOURCE_FNAME}" "native_packages";
# vim:filetype=sh textwidth=0
|