mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-04 09:14:21 +03:00
704f48d7f3
Ports/.port_include.sh, Toolchain/BuildIt.sh, Toolchain/UseIt.sh have been left largely untouched due to use of Bash-exclusive functions and variables such as $BASH_SOURCE, pushd and popd.
7 lines
175 B
Bash
Executable File
7 lines
175 B
Bash
Executable File
#!/bin/sh ../.port_include.sh
|
|
port=libiconv
|
|
version=1.16
|
|
useconfigure=true
|
|
files="https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz libiconv-1.16.tar.gz"
|
|
patchlevel=1
|