# Template file for 'python-cairo' pkgname=python-cairo version=1.15.1 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" homepage="https://pycairo.readthedocs.io/" license="LGPL-2.1, MPL-1.1" maintainer="Juan RP " distfiles="https://github.com/pygobject/pycairo/releases/download/v${version}/pycairo-${version}.tar.gz" checksum=987d392270247343595d37591f80639ed902fce7e30bd2f944cb1b0a9093553d python-cairo-devel_package() { depends="${makedepends} ${sourcepkg}>=${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig } }