mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-02-13 13:21:03 +00:00
Should fix some of the problems as listed on https://repology.org/repository/termux/problems
11 lines
487 B
Bash
11 lines
487 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.pixman.org/
|
|
TERMUX_PKG_DESCRIPTION="Low-level library for pixel manipulation"
|
|
TERMUX_PKG_LICENSE="MIT"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=0.43.4
|
|
TERMUX_PKG_SRCURL=https://cairographics.org/releases/pixman-${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=a0624db90180c7ddb79fc7a9151093dc37c646d8c38d3f232f767cf64b85a226
|
|
TERMUX_PKG_BREAKS="libpixman-dev"
|
|
TERMUX_PKG_REPLACES="libpixman-dev"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-Dlibpng=disabled"
|