name=coreutils version=8.31 source=(http://ftp.gnu.org/gnu/coreutils/coreutils-$version.tar.xz) build() { cd $name-$version ./configure --prefix=/tools --enable-install-program=hostname make make install }