pkgname=bash version=5.0 distfiles="http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${version}.tar.gz" # XXX add patches configure_args="--without-bash-malloc --without-curses --without-installed-readline --disable-nls bash_cv_termcap_lib=gnutermcap" post_install() { ln -s bash ${DESTDIR}/usr/bin/sh }