mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
11 lines
376 B
Bash
Executable file
11 lines
376 B
Bash
Executable file
#!/usr/bin/env -S bash ../.port_include.sh
|
|
port=flex
|
|
version=2.6.4
|
|
files=(
|
|
"https://github.com/westes/flex/releases/download/v${version}/flex-${version}.tar.gz#e87aae032bf07c26f85ac0ed3250998c37621d95f8bd748b31f15b33c45ee995"
|
|
)
|
|
useconfigure=true
|
|
use_fresh_config_sub=true
|
|
config_sub_paths=("build-aux/config.sub")
|
|
configopts=("--disable-bootstrap")
|
|
depends=("m4" "pcre2")
|