pkgname="bzip2" version=1.0.8 upstream="https://gitlab.com/bzip2/bzip2/-/archive/bzip2-${version}/bzip2-bzip2-${version}.tar.gz?ref_type=tags" cddir=bzip2-bzip2-${version} makedepends=(meson cmake openssl libidn2) function do_configure { echo "Build steps" } function do_build { make -j$(nproc) } function do_install { make DESTDIR=${DESTDIR} install }