mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +00:00
Ports: Add a port for pixman
This commit is contained in:
parent
b9f7966e00
commit
5835373fc6
Notes:
sideshowbarker
2024-07-17 09:35:12 +09:00
Author: https://github.com/timschumi Commit: https://github.com/SerenityOS/serenity/commit/5835373fc6 Pull-request: https://github.com/SerenityOS/serenity/pull/13971 Reviewed-by: https://github.com/ADKaster ✅ Reviewed-by: https://github.com/Hendiadyoin1 Reviewed-by: https://github.com/bgianfo ✅ Reviewed-by: https://github.com/kleinesfilmroellchen Reviewed-by: https://github.com/linusg
2 changed files with 8 additions and 0 deletions
|
@ -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 |
|
||||
|
|
7
Ports/pixman/package.sh
Executable file
7
Ports/pixman/package.sh
Executable 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'
|
Loading…
Reference in a new issue