1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-29 08:47:35 +00:00

Ports: Add a port for pixman

This commit is contained in:
Tim Schumacher 2022-05-02 20:14:23 +02:00 committed by Brian Gianforcaro
parent b9f7966e00
commit 5835373fc6
2 changed files with 8 additions and 0 deletions

7
Ports/pixman/package.sh Executable file
View file

@ -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'