# Template file for 'python-cairo' pkgname=python-cairo version=1.18.0 revision=1 wrksrc="pycairo-${version}" build_style=python2-module hostmakedepends="pkg-config python" makedepends="cairo-devel python-devel" short_desc="Python2 bindings for the cairo graphics library" maintainer="Juan RP " license="LGPL-2.1-or-later, MPL-1.1" homepage="https://pycairo.readthedocs.io/" distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz" checksum=abd42a4c9c2069febb4c38fe74bfc4b4a9d3a89fea3bc2e4ba7baff7a20f783f python-cairo-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig } }