mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 04:15:23 +03:00
50758181a3
This commit updates the formatting for all ports to be updated in this PR in one go, to keep those changes centralized.
8 lines
252 B
Bash
Executable File
8 lines
252 B
Bash
Executable File
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port='libunistring'
|
|
version='1.0'
|
|
files=(
|
|
"https://ftpmirror.gnu.org/gnu/libunistring/libunistring-${version}.tar.gz#3c0184c0e492d7c208ce31d25dd1d2c58f0c3ed6cbbe032c5b248cddad318544"
|
|
)
|
|
useconfigure='true'
|