mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 17:52:26 -05:00
8 lines
267 B
Bash
Executable file
8 lines
267 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='pixman'
|
|
version='0.42.2'
|
|
useconfigure='true'
|
|
files=(
|
|
"https://www.cairographics.org/releases/pixman-${version}.tar.gz#ea1480efada2fd948bc75366f7c349e1c96d3297d09a3fe62626e38e234a625e"
|
|
)
|
|
use_fresh_config_sub='true'
|