9 lines
212 B
Plaintext
9 lines
212 B
Plaintext
# Forge package for sqlite3
|
|
VERSION=3.44.0
|
|
URL=https://www.sqlite.org/2026/sqlite-autoconf-3440000.tar.gz
|
|
SOURCE_TYPE=tarball
|
|
BUILD=./configure --prefix=/usr && make
|
|
INSTALL=make install
|
|
DEPS=
|
|
SYSTEM_PROVIDED=no
|