1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:37:35 +00:00

Ports: Add SQLite

This commit is contained in:
Jelle Raaijmakers 2021-03-27 12:38:07 +01:00 committed by Andreas Kling
parent 2fb3c98429
commit 9c141d0a87
5 changed files with 50 additions and 0 deletions

7
Ports/sqlite/package.sh Executable file
View 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"