serenity/Ports/flex/package.sh
2020-01-24 11:36:01 +01:00

9 lines
238 B
Bash
Executable file

#!/bin/bash ../.port_include.sh
port=flex
version=2.6.4
curlopts="-L"
files="https://github.com/westes/flex/releases/download/v2.6.4/flex-2.6.4.tar.gz flex-2.6.4.tar.gz"
useconfigure=true
configopts=--disable-bootstrap
depends="m4 pcre2"