mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 04:15:23 +03:00
12 lines
388 B
Bash
Executable File
12 lines
388 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='potrace'
|
|
version='1.16'
|
|
useconfigure='true'
|
|
use_fresh_config_sub='true'
|
|
config_sub_paths=('config.sub')
|
|
files="https://potrace.sourceforge.net/download/${version}/potrace-${version}.tar.gz potrace-${version}.tar.gz be8248a17dedd6ccbaab2fcc45835bb0502d062e40fbded3bc56028ce5eb7acc"
|
|
auth_type='sha256'
|
|
configopts=(
|
|
"--with-libpotrace"
|
|
)
|