From 5835373fc6dcad50b95dcaaa18ab401e534a1174 Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Mon, 2 May 2022 20:14:23 +0200 Subject: [PATCH] Ports: Add a port for `pixman` --- Ports/AvailablePorts.md | 1 + Ports/pixman/package.sh | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100755 Ports/pixman/package.sh diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index e43175682f..61fcf85525 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -186,6 +186,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`pcre2`](pcre2/) | Perl-compatible Regular Expressions (PCRE2) | 10.40 | https://www.pcre.org/ | | [`pfetch`](pfetch/) | pfetch | a906ff8 | https://github.com/dylanaraps/pfetch/ | | [`php`](php/) | PHP | 8.1.6 | https://www.php.net/ | +| [`pixman`](pixman/) | pixman | 0.40.0 | http://pixman.org | | [`pkgconf`](pkgconf/) | pkgconf | 1.8.0 | https://github.com/pkgconf/pkgconf | | [`powdertoy`](powdertoy/) | The Powder Toy | 96.2.350 | https://powdertoy.co.uk/ | | [`printf`](printf/) | printf (OpenBSD) | 6.6 | https://github.com/ibara/libpuffy | diff --git a/Ports/pixman/package.sh b/Ports/pixman/package.sh new file mode 100755 index 0000000000..dd9813c380 --- /dev/null +++ b/Ports/pixman/package.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env -S bash ../.port_include.sh +port='pixman' +version='0.40.0' +useconfigure='true' +files="https://www.cairographics.org/releases/pixman-${version}.tar.gz pixman-${version}.tar.gz 6d200dec3740d9ec4ec8d1180e25779c00bc749f94278c8b9021f5534db223fc" +auth_type='sha256' +use_fresh_config_sub='true'