2021-01-23 05:44:05 +13:00
|
|
|
#!/usr/bin/env -S bash ../.port_include.sh
|
2020-01-23 23:43:31 -05:00
|
|
|
port=flex
|
|
|
|
version=2.6.4
|
2020-02-04 01:11:35 +01:00
|
|
|
files="https://github.com/westes/flex/releases/download/v${version}/flex-${version}.tar.gz flex-${version}.tar.gz
|
|
|
|
https://github.com/westes/flex/releases/download/v${version}/flex-${version}.tar.gz.sig flex-${version}.tar.gz.sig"
|
2020-01-23 23:43:31 -05:00
|
|
|
useconfigure=true
|
|
|
|
configopts=--disable-bootstrap
|
|
|
|
depends="m4 pcre2"
|
2020-02-04 01:11:35 +01:00
|
|
|
auth_type="sig"
|
|
|
|
auth_import_key="E4B29C8D64885307"
|
|
|
|
auth_opts="flex-${version}.tar.gz.sig"
|