mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:37:35 +00:00
Ports: Add SQLite
This commit is contained in:
parent
2fb3c98429
commit
9c141d0a87
5 changed files with 50 additions and 0 deletions
7
Ports/sqlite/package.sh
Executable file
7
Ports/sqlite/package.sh
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env -S bash ../.port_include.sh
|
||||
port=sqlite
|
||||
useconfigure="true"
|
||||
version="3350300"
|
||||
files="https://www.sqlite.org/2021/sqlite-autoconf-${version}.tar.gz sqlite-autoconf-${version}.tar.gz"
|
||||
workdir="sqlite-autoconf-${version}"
|
||||
configopts="CFLAGS=-DHAVE_UTIME"
|
Loading…
Add table
Add a link
Reference in a new issue