# boost - C++ libraries
# Generated from manifest.tsv by gen-ports.py. Edit the manifest, not this file,
# unless the package needs something the template cannot express - in which case
# drop a `recipe.local` beside it and it will be preserved.
name=boost
version=1.90.0
release=1
desc="C++ libraries"
url="https://boost.org/"
license="BSL-1.0"
depend="glibc zlib bzip2 zstd icu"
makedepend=""
source="https://github.com/boostorg/boost/releases/download/boost-1.90.0/boost-1.90.0-b2-nodocs.tar.xz"
sha256="SKIP"

build() {
	cd "boost-1.90.0-b2-nodocs"
	make -j"$JOBS" PREFIX=/usr
}

package() {
	cd "boost-1.90.0-b2-nodocs"
	make PREFIX=/usr DESTDIR="$pkgdir" install
}
