name=libarchive version=3.6.0 source="https://libarchive.org/downloads/libarchive-$version.tar.xz" build() { cd $name-$version ./configure --prefix=/tools --without-xml2 make make install }