version=3.5.2
source=(https://github.com/libarchive/libarchive/releases/download/$version/libarchive-$version.tar.xz)

build() {
cd libarchive-$version

./configure --prefix=/tools

make
make install
}
