1
0
mirror of https://github.com/SerenityOS/serenity synced 2024-07-03 10:53:37 +00:00
serenity/Ports/flex/package.sh
2023-09-09 01:06:31 +02:00

12 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")