### this file is sourced not run
PKGVER=0.46.1
PKGBUILD=1
PKGARCH=x86_64

# source: BLFS 8.2 updated to 0.46.1
TARBALL=meson-$PKGVER.tar.gz
MD5SUM=1698f6526574839de5dcdc45e3f7d582
SRC_URL=https://github.com/mesonbuild/meson/releases/download/$PKGVER/$TARBALL
BUNDLE=

SLACKREQ='ninja python3'
SLACKDESC="meson: meson $PKGVER (Build system)
meson: 
meson: Meson is an open source build system meant to be both extremely fast, 
meson: and, even more importantly, as user friendly as possible. The main 
meson: design point of Meson is that every moment a developer spends writing 
meson: or debugging build definitions is a second wasted. So is every second 
meson: spent waiting for the build system to actually start compiling code.
meson: 
meson: http://mesonbuild.com/
meson: 
meson: 
"

### default pkg_download
### default pkg_prepare
### default pkg_package
### build
pkg_build() {
	cd /tmp/meson*
	python3 setup.py build &&
	python3 setup.py install \
		--single-version-externally-managed \
		--root / &&
	pkg_build_slackdesc
}


