summaryrefslogtreecommitdiff
path: root/templates/bzip2/template
blob: 38e9bf10ca48310cb0945414510aee0180641c45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
}