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

Ports: Add potrace utility port

This commit is contained in:
Liav A 2022-10-16 23:37:42 +03:00 committed by Linus Groh
parent db45e242c4
commit c0af32a83d
2 changed files with 12 additions and 0 deletions

11
Ports/potrace/package.sh Executable file
View file

@ -0,0 +1,11 @@
#!/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"
)