15 lines
572 B
Bash
15 lines
572 B
Bash
# Template file for 'meson-cmake-wrapper'
|
|
pkgname=meson-cmake-wrapper
|
|
version=0.3.4
|
|
revision=6
|
|
build_style=python3-module
|
|
pycompile_module="mcw"
|
|
hostmakedepends="python3-setuptools"
|
|
depends="meson"
|
|
short_desc="Build system wrapper that provides Meson integration in CMake IDE's"
|
|
maintainer="John Zimmermann <me@johnnynator.dev>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/prozum/meson-cmake-wrapper"
|
|
distfiles="${PYPI_SITE}/m/meson-cmake-wrapper/meson-cmake-wrapper-${version}.tar.gz"
|
|
checksum=c4bfb811975debdcf22b4c16a3f812b37d7b7b91a05444d937e46b9f305f0131
|