mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 14:57:35 +00:00
Ports: Add potrace utility port
This commit is contained in:
parent
db45e242c4
commit
c0af32a83d
2 changed files with 12 additions and 0 deletions
11
Ports/potrace/package.sh
Executable file
11
Ports/potrace/package.sh
Executable 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"
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue