mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-11 20:30:53 +00:00
- Planned here, and separated into another PR for easier review and source control: https://github.com/termux/termux-packages/pull/23652#discussion_r2206041304 %ci:no-build
11 lines
547 B
Bash
11 lines
547 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.cairographics.org/pycairo/
|
|
TERMUX_PKG_DESCRIPTION="Python bindings for the cairo graphics library"
|
|
TERMUX_PKG_LICENSE="LGPL-2.1"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION="1.29.0"
|
|
TERMUX_PKG_SRCURL=https://github.com/pygobject/pycairo/releases/download/v${TERMUX_PKG_VERSION}/pycairo-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=f3f7fde97325cae80224c09f12564ef58d0d0f655da0e3b040f5807bd5bd3142
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libcairo, python"
|
|
TERMUX_PKG_PYTHON_COMMON_BUILD_DEPS="wheel"
|