mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:27:45 +00:00
Ports: Add flex and pcre2 ports
This commit is contained in:
parent
ca413a5b50
commit
b8b2b30102
11 changed files with 134 additions and 0 deletions
8
Ports/flex/package.sh
Executable file
8
Ports/flex/package.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/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"
|
Loading…
Add table
Add a link
Reference in a new issue