blob: 4a626020c4723d1b13e3fa86ac79aef9cfcac245 (
plain)
1
2
3
4
5
6
7
8
|
: ${PKG_TCSH_DEPENDS:="ncurses libiconv"};
: ${PKG_TCSH_SHA256SUM:=e3270ce9667fd5bd2a046687659fcf5fd6a6781326f806ebd724f1e1c9cd4185};
: ${PKG_TCSH_VERSION:=6.24.12};
: ${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
|