serenity/Ports/libunistring/package.sh
EWouters e0dc73637f Ports/libunistring: Update libunistring to version 1.1
This also fixes the Clang build of gettext by setting the sysroot.
2023-10-12 23:30:22 +02:00

11 lines
313 B
Bash
Executable file

#!/usr/bin/env -S bash ../.port_include.sh
port='libunistring'
version='1.1'
files=(
"https://ftpmirror.gnu.org/gnu/libunistring/libunistring-${version}.tar.gz#a2252beeec830ac444b9f68d6b38ad883db19919db35b52222cf827c385bdb6a"
)
useconfigure='true'
configopts=(
"--with-sysroot=${SERENITY_INSTALL_ROOT}"
)